Example #1
0
 public function IsAuthenticated() : \bool
 {
     if ($this->PluginExists('Authentication')) {
         return \app\Authentication\model\UserModel::IsAuthenticated();
     }
     return true;
 }