コード例 #1
0
ファイル: Application.php プロジェクト: ehamrin/cmsPlugin
 public function IsAuthenticated() : \bool
 {
     if ($this->PluginExists('Authentication')) {
         return \app\Authentication\model\UserModel::IsAuthenticated();
     }
     return true;
 }