Searched refs:isLoggedIn (Results 1 – 10 of 10) sorted by relevance
30 if (!$this->isLoggedIn()) {50 if ($this->isLoggedIn()) {119 if (!$this->isLoggedIn()) {182 private function isLoggedIn() { function in action_plugin_fuzzysearch
44 public static function isLoggedIn(): bool function in ComboStrap\\Identity226 return !self::isLoggedIn();
336 $isLoggedIn = Identity::isLoggedIn();337 return $privateRailbar === 1 && !$isLoggedIn;
331 && !Identity::isLoggedIn()
38 if (!Identity::isLoggedIn()) {
126 if (!Identity::isLoggedIn() && $disableBackend) {212 !Identity::isLoggedIn()
84 if (Identity::isLoggedIn()) {128 if (Identity::isLoggedIn()) {
97 if (!Identity::isLoggedIn()) {
128 For instance, you may want to add an `isLoggedIn` method to the Request152 function isLoggedIn() {174 And that's it, we now have an `isLoggedIn` method, without having to mess