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_ELEMENTS)) {
H A DStyleAttribute.php69 $logicalTag = $tagAttributes->getLogicalTag();
/plugin/combo/ComboStrap/
H A DPrism.php212 if ($attributes->getLogicalTag() != null) {
213 $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 $newTagAttributes = new TagAttributes($tagAttributes->getComponentAttributes(), $tagAttributes->getLogicalTag());
528 LogUtility::warning("Internal Error: The tag ({$this->getLogicalTag()}) has a boolean attribute ($attributeName) defined as a type. The possible types should be defined for this tag as it's deprecated.");
1036 public function getLogicalTag() function in ComboStrap\\TagAttributes
1204 $logicalTag = $this->getLogicalTag();
H A DXmlTagProcessing.php44 $logicalTag = $tagAttributes->getLogicalTag();
175 $logicalTag = $tagAttributes->getLogicalTag();
892 $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();