Home
last modified time | relevance | path

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

/template/strap/ComboStrap/
H A DTagAttributes.php123 const TRANSFORM = "transform"; define in ComboStrap\\TagAttributes
616 if ($this->hasComponentAttribute(self::TRANSFORM)) {
617 $transformValue = $this->getValueAndRemove(self::TRANSFORM);
/template/strap/ComboStrap/TagAttribute/
H A DBackgroundAttribute.php82 !isset($background[TagAttributes::TRANSFORM]) &&