Home
last modified time | relevance | path

Searched refs:nameType (Results 1 – 1 of 1) sorted by relevance

/template/strap/ComboStrap/
H A DColorRgb.php251 private $nameType = self::VALUE_TYPE_UNKNOWN_NAME; variable in ComboStrap\\ColorRgb
525 switch ($this->nameType) {
572 switch ($this->nameType) {
640 return $this->nameType;
797 $this->nameType = self::VALUE_TYPE_RGB_HEX;
822 $this->nameType = self::VALUE_TYPE_RGB_ARRAY;
829 $this->nameType = $type;