Overview

Namespaces

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

Classes

  • IdentityFactory
  • IndexedAce
  • ObjectArbiter
  • PermissionMap
  • Permissions
  • PermissionsFactory
  • PermissionsTransformer
  • Overview
  • Namespace
  • Class
  • Tree

Class IndexedAce

Namespace: ProgrammingAreHard\Arbiter\Domain
Located at Domain/IndexedAce.php
Methods summary
public
# __construct( integer $index, Symfony\Component\Security\Acl\Model\EntryInterface $ace )

Constructor.

Constructor.

Parameters

$index
integer
$index
$ace
Symfony\Component\Security\Acl\Model\EntryInterface
$ace
public integer
# getIndex( )

Get the ACE's index.

Get the ACE's index.

Returns

integer
public Symfony\Component\Security\Acl\Model\EntryInterface
# getAce( )

Get the ACE.

Get the ACE.

Returns

Symfony\Component\Security\Acl\Model\EntryInterface
Arbiter API documentation generated by ApiGen 2.8.0