Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/
H A DFetcherPage.php140 $isPublicStaticPage = $this->isPublicStaticPage();
142 if ($isCacheUsable && $isPublicStaticPage) {
162 if ($isPublicStaticPage && !$hasMessages) {
333 private function isPublicStaticPage(): bool function in ComboStrap\\FetcherPage