コード例 #1
0
 /**
  * Fetch all permissions associated with the role provided
  *
  * @param Role $role Initialized role to fetch permissions of
  * @return Permission[] Permissions associated with the role
  */
 public function permissionFetchByRole(Role $role)
 {
     return $this->storage->permissionFetchByRole($role);
 }