コード例 #1
0
 /**
  * Fetch an array of all the permissions that exist in the database
  *
  * @return Permission[]
  */
 public function permissionFetch()
 {
     return $this->storage->permissionFetch();
 }