Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/
H A DLinkMarkup.php98 private TagAttributes $stylingAttributes; variable in ComboStrap\\LinkMarkup
110 $this->stylingAttributes = TagAttributes::createEmpty(syntax_plugin_combo_link::TAG);
152 $outputAttributes = $this->stylingAttributes;
639 $this->stylingAttributes->addComponentAttributeValue($key, $value);
641 $this->stylingAttributes->addEmptyComponentAttributeValue($key);
650 $this->stylingAttributes->addComponentAttributeValue($key, $value);
665 return $this->stylingAttributes;