Home
last modified time | relevance | path

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

/template/strap/ComboStrap/
H A DHtml.php199 public static function mergeClassNames(string $newNames, ?string $actualNames): string function in ComboStrap\\Html
H A DTagAttributes.php489 …$this->componentAttributesCaseInsensitive[$attLower] = Html::mergeClassNames($attributeValue, $act…
/template/strap/ComboStrap/Xml/
H A DXmlElement.php170 $classes = Html::mergeClassNames($class, $this->getClass());