Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/TagAttribute/
H A DAlign.php174 if ($attributes->getLogicalTag() !== GridTag::TAG) {
199 …if ($blockAlign === true && in_array($attributes->getLogicalTag(), TagAttributes::INLINE_LOGICAL_E…
H A DStyleAttribute.php69 $logicalTag = $tagAttributes->getLogicalTag();
/plugin/combo/ComboStrap/
H A DPrism.php223 if ($attributes->getLogicalTag() != null) {
224 $logicalTag = $attributes->getLogicalTag();
H A DDimension.php74 if (in_array($attributes->getLogicalTag(), self::NATURAL_SIZING_ELEMENT)) {
247 $logicalTag = $attributes->getLogicalTag();
H A DTooltip.php91 $logicalTag = $tagAttributes->getLogicalTag();
H A DSpacing.php28 $logicalTag = $attributes->getLogicalTag();
H A DHorizontal.php40 $logicalTag = $tagAttributes->getLogicalTag();
H A DTagAttributes.php414 …tes = new TagAttributes($tagAttributes->getComponentAttributes(), $tagAttributes->getLogicalTag());
528 …LogUtility::warning("Internal Error: The tag ({$this->getLogicalTag()}) has a boolean attribute ($…
1036 public function getLogicalTag() function in ComboStrap\\TagAttributes
1204 $logicalTag = $this->getLogicalTag();
H A DXmlTagProcessing.php43 $logicalTag = $tagAttributes->getLogicalTag();
183 $logicalTag = $tagAttributes->getLogicalTag();
901 $logicalTag = $tagAttributes->getLogicalTag();
/plugin/combo/ComboStrap/Tag/
H A DShareTag.php79 ->setLogicalTag($shareAttributes->getLogicalTag());
/plugin/combo/syntax/
H A Dbrand.php40 $linkArrayAttributes[TagAttributes::TYPE_KEY] = $tagAttributes->getLogicalTag();