Searched refs:styleDeclaration (Results 1 – 2 of 2) sorted by relevance
221 private array $styleDeclaration = array(); variable in ComboStrap\\TagAttributes453 if (sizeof($this->styleDeclaration) === 0) {456 return Html::array2InlineStyle($this->styleDeclaration);462 return $this->styleDeclaration;909 ArrayUtility::addIfNotSet($this->styleDeclaration, $property, $value);915 $this->styleDeclaration[$property] = $value;921 function hasStyleDeclaration($styleDeclaration): bool argument923 return isset($this->styleDeclaration[$styleDeclaration]);926 public function getAndRemoveStyleDeclaration($styleDeclaration) argument928 $styleValue = $this->styleDeclaration[$styleDeclaration];[all …]
25 private array $styleDeclaration = []; variable in ComboStrap\\Xml\\XmlElement272 ArrayUtility::addIfNotSet($this->styleDeclaration, $name, $value);273 $this->setAttribute("style", Html::array2InlineStyle($this->styleDeclaration));