Home
last modified time | relevance | path

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

/template/strap/ComboStrap/TagAttribute/
H A DBackgroundAttribute.php30 const BACKGROUND_FILL = "fill"; define in ComboStrap\\TagAttribute\\BackgroundAttribute
106 $backgroundFill = $background[self::BACKGROUND_FILL] ?? null;
108 … $tagAttributes->addComponentAttributeValueIfNotEmpty(self::BACKGROUND_FILL, $backgroundFill);
156 … $backgroundFill = $tagAttributes->getValueAndRemove(self::BACKGROUND_FILL, "cover");
/template/strap/ComboStrap/Tag/
H A DBackgroundTag.php175 $fill = $openingTag->getAttribute(BackgroundAttribute::BACKGROUND_FILL);