Exemplo n.º 1
0
 /**
  * Authorize the current user.
  *
  * @param Resource\ResourceInterface|string $resource
  * @param string $privilege
  * @return bool
  */
 public function __invoke($resource = null, $privilege = null)
 {
     return $this->acl->userIsAllowed($resource, $privilege);
 }