Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/
H A DTagAttributes.php216 private ArrayCaseInsensitive $componentAttributesCaseInsensitive; variable in ComboStrap\\TagAttributes
285 $this->componentAttributesCaseInsensitive = new ArrayCaseInsensitive($componentAttributes);
293 unset($this->componentAttributesCaseInsensitive[$key]);
297 unset($this->componentAttributesCaseInsensitive[$key]);
482 $actual = $this->componentAttributesCaseInsensitive[$attLower];
489 $this->componentAttributesCaseInsensitive[$attLower] = Html::mergeClassNames($attributeValue, $actual);
494 $this->componentAttributesCaseInsensitive[$attLower] = $attributeValue;
506 $this->componentAttributesCaseInsensitive[$attLower] = $attributeValue;
520 $isset = isset($this->componentAttributesCaseInsensitive[$attributeName]);
526 if (isset($this->componentAttributesCaseInsensitive[TagAttribute
[all...]