Lines Matching refs:TagAttributes
69 public static function openNavigationalTabsElement(TagAttributes $tagAttributes): string
125 $html .= TagAttributes::createEmpty()
144 $liTagAttributes = TagAttributes::createFromCallStackArray($attributes);
174 $htmlAttributes = TagAttributes::createEmpty();
197 * @param TagAttributes $tagAttributes
200 public static function openTabPanelsElement(TagAttributes $tagAttributes): string
225 public static function getComponentType(TagAttributes $tagAttributes)
240 public static function closeTabPanelsElement(TagAttributes $tagAttributes): string
370 public static function renderEnterXhtml(TagAttributes $tagAttributes, array $data): string
395 public static function renderExitXhtml(TagAttributes $tagAttributes, array $data): string
412 … $tagAttributes = TagAttributes::createFromCallStackArray($data[PluginUtility::ATTRIBUTES]);