Home
last modified time | relevance | path

Searched refs:renderSlot (Results 1 – 3 of 3) sorted by relevance

/template/strap/
H A Dmain.php46 $sideBarHtml = TplUtility::renderSlot($nearestSidebar);
57 $sideKickBarHtml = TplUtility::renderSlot($sideKickPageName);
69 $mainHeaderHtml = TplUtility::renderSlot($nearestMainHeader);
78 $mainFooterHtml = TplUtility::renderSlot($nearestMainFooter);
/template/strap/_test/
H A DtplUtilityTest.php133 $data = TplUtility::renderSlot($sidebarName);
/template/strap/class/
H A DTplUtility.php342 public static function renderSlot($slotId): ?string function in ComboStrap\\TplUtility