Beispiel #1
0
 public function testAcl($path, $acl = null)
 {
     $acl = is_null($acl) ? $this->acl : $acl;
     return Liberty::testAcl($this->user['role'], $path, $acl);
 }