Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/Tag/
DBackgroundTag.php65 * @param TagAttributes $backgroundAttributes
69 …ributesToParentAndReturnData(CallStack $callStack, TagAttributes $backgroundAttributes, $state): a… argument
102 … if ($backgroundAttributes->hasComponentAttribute(BackgroundAttribute::BACKGROUND_IMAGE)) {
108 $backgrounds = [$backgroundAttributes->toCallStackArray()];
110 $backgrounds[] = $backgroundAttributes->toCallStackArray();
124 …$backgroundImage = $backgroundAttributes->getComponentAttributeValue(BackgroundAttribute::BACKGROU…
128 $data[PluginUtility::ATTRIBUTES] = $backgroundAttributes->toCallStackArray();
153 … $backgroundAttributes = TagAttributes::createFromCallStackArray($openingTag->getAttributes())
199 …$backgroundAttributes->addComponentAttributeValue(BackgroundAttribute::BACKGROUND_IMAGE, $backgrou…
203 …return BackgroundTag::setAttributesToParentAndReturnData($callStack, $backgroundAttributes, DOKU_L…