Searched refs:guards (Results 1 – 2 of 2) sorted by relevance
279 ($this->guards($guards) || true) &&284 if (!empty($guards)) $block->guards = $guards;1210 protected function guards(&$guards) argument1219 $guards = [];1222 $guards[] = $g;1226 if (count($guards) == 0) {1227 $guards = null;
814 if (!empty($block->guards)) {816 foreach ($block->guards as $guardGroup) {