コード例 #1
0
ファイル: WebApp.php プロジェクト: ctlr/Simple-File-Manager
 public function testAcl($path, $acl = null)
 {
     $acl = is_null($acl) ? $this->acl : $acl;
     return Liberty::testAcl($this->user['role'], $path, $acl);
 }