Overview

Namespaces

  • PHP
  • ProgrammingAreHard
    • Arbiter
      • Domain
      • Model
  • Symfony
    • Component
      • Security
        • Acl
          • Exception
          • Model
          • Permission
        • Core
          • User

Interfaces

  • ArbiterInterface
  • IdentityFactoryInterface
  • ObjectArbiterInterface
  • PermissionMapInterface
  • PermissionsFactoryInterface
  • PermissionsInterface
  • PermissionsTransformerInterface
  • Overview
  • Namespace
  • Class
  • Tree
 1: <?php
 2: 
 3: namespace ProgrammingAreHard\Arbiter\Model;
 4: 
 5: interface PermissionsFactoryInterface
 6: {
 7:     /**
 8:      * Create new permissions.
 9:      *
10:      * @param string[] $permissions
11:      * @return PermissionsInterface
12:      */
13:     public function newPermissions(array $permissions = array());
14: }
Arbiter API documentation generated by ApiGen 2.8.0