Beispiel #1
0
 /**
  * Check if operation access is allowed
  *
  * @param string $access
  * @param \Rbac\CollectionInterface $collection
  *
  * @return bool
  */
 public function isAllowed($access, CollectionInterface $collection)
 {
     return $collection->isAllowed($access);
 }