Home
last modified time | relevance | path

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

/plugin/displayorphans/
H A D_local.php35 …public static function /* bool */ isPageIgnored(/* string */ $id, array $ignoredPages = null, arra… function in plugin\\displayorphans\\Logic
52 …{ return $item['exists'] && $item['count'] == 0 && !Logic::isPageIgnored($id, $ignoredPages, $igno…
56 …{ return !$item['exists'] && $item['count'] > 0 && !Logic::isPageIgnored($id, $ignoredPages, $igno…
60 …{ return $item['exists'] && $item['count'] > 0 && !Logic::isPageIgnored($id, $ignoredPages, $ignor…