コード例 #1
0
 public function __construct()
 {
     $this->user = Jhawaii::getUserRepository()->getModule();
     $this->role = Jhawaii::getRoleRepository()->getModule();
 }
コード例 #2
0
 public function check()
 {
     return Jhawaii::check();
 }