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.php121 * Testing the {@link TplUtility::renderSlot()}
133 $data = TplUtility::renderSlot($sidebarName);
/template/strap/class/
H A DTplUtility.php351 public static function renderSlot($slotId): ?string
1574 $header = TplUtility::renderSlot($id);
1596 $footer = TplUtility::renderSlot($nearestFooterPageId);
342 public static function renderSlot($slotId): ?string global() function in ComboStrap\\TplUtility