Lines Matching refs:tag

101      * We could pass the plugin object into tag attribute in place of the logical tag
125 const CANONICAL = "tag";
131 * The open tag attributes
132 * permit to not close the tag in {@link TagAttributes::toHtmlEnterTag()}
137 const OPEN_TAG = "open-tag";
152 * A tag may get HTML before and after
241 * @var string the functional tag to which the attributes applies
242 * It's not an HTML tag (a div can have a flex display or a block and they don't carry this information)
243 * The tag gives also context for the attributes (ie an div has no natural width while an img has)
248 * An html that should be added after the enter tag
262 * @var bool - adding the default class for the logical tag
268 * @var string - the inner Text (used for script or style tag mostly)
276 * @param $tag - tag (the tag gives context for the attributes
282 private function __construct(array $componentAttributes = array(), $tag = null)
284 $this->logicalTag = $tag;
314 $tag = PluginUtility::getMarkupTag($match);
316 return (new TagAttributes($mergedAttributes, $tag))
332 * @param string|null $logicalTag - the logical tag for which this attribute will apply
404 * Clone a tag attributes
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.");
546 LogUtility::msg("This tag attribute ($this) was already finalized. You cannot finalized it twice", LogUtility::LVL_MSG_ERROR);
1003 * Is it an open tag ?
1010 * Do we have html after the tag is closed
1042 function setLogicalTag($tag): TagAttributes
1044 $this->logicalTag = $tag;
1075 * @param $html - an html that should be closed and added after the enter tag
1215 * @return string - the marki tag made of logical attribute
1216 * There is no processing to transform it to an HTML tag