Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/
H A DTagAttributes.php280 * @param array $componentAttributes
282 private function __construct(array $componentAttributes = array(), $tag = null) argument
285 $this->componentAttributesCaseInsensitive = new ArrayCaseInsensitive($componentAttributes);
291 foreach ($componentAttributes as $key => $value) {