Searched refs:qualifiedName (Results 1 – 2 of 2) sorted by relevance
840 $qualifiedName = strtolower($name);841 $this->name = $qualifiedName;842 if (in_array($qualifiedName, self::BOOTSTRAP_COLORS)) {869 if ($qualifiedName === self::VALUE_TYPE_RESET) {872 if (in_array($qualifiedName, array_keys(self::CSS_COLOR_NAMES))) {873 $this->setHex(self::CSS_COLOR_NAMES[$qualifiedName])875 … $this->name = $qualifiedName; // hex is a also a name, the previous setHex overwrite the name
43 public function getAttribute(string $qualifiedName): string argument45 return $this->domElement->getAttribute($qualifiedName);