Home
last modified time | relevance | path

Searched refs:openTabPanelsElement (Results 1 – 3 of 3) sorted by last modified time

/plugin/combo/syntax/
H A Dtabpanels.php171 $renderer->doc .= TabsTag::openTabPanelsElement($attributes);
/plugin/combo/ComboStrap/
H A DPanelTag.php221 return TabsTag::openTabPanelsElement($aloneAttributes);
H A DTabsTag.php200 public static function openTabPanelsElement(TagAttributes $tagAttributes): string
378 return TabsTag::openTabPanelsElement($tagAttributes);
198 public static function openTabPanelsElement(TagAttributes $tagAttributes): string global() function in ComboStrap\\TabsTag