Home
last modified time | relevance | path

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

/template/strap/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, $act…
494 $this->componentAttributesCaseInsensitive[$attLower] = $attributeValue;
506 $this->componentAttributesCaseInsensitive[$attLower] = $attributeValue;
520 $isset = isset($this->componentAttributesCaseInsensitive[$attributeName]);
526 if (isset($this->componentAttributesCaseInsensitive[TagAttributes::TYPE_KEY])) {
[all …]