PHP Class ZF\Apigility\Admin\Model\AuthorizationEntity

Inheritance: implements Countabl\Countable, implements IteratorAggregat\IteratorAggregate
Afficher le fichier Open project: zfcampus/zf-apigility-admin Class Usage Examples

Protected Properties

Свойство Type Description
$allowedRestTypes
$defaultPrivileges
$servicePrivileges

Méthodes publiques

Méthode Description
__construct ( array $services = [] )
addRestService ( $serviceName, $entityOrCollection, array $privileges = null )
addRpcService ( $serviceName, $action, array $privileges = null )
count ( )
exchangeArray ( array $services )
get ( $serviceName )
getArrayCopy ( )
getIterator ( )
has ( $serviceName )

Méthodes protégées

Méthode Description
filterPrivileges ( array $privileges )

Method Details

__construct() public méthode

public __construct ( array $services = [] )
$services array

addRestService() public méthode

public addRestService ( $serviceName, $entityOrCollection, array $privileges = null )
$privileges array

addRpcService() public méthode

public addRpcService ( $serviceName, $action, array $privileges = null )
$privileges array

count() public méthode

public count ( )

exchangeArray() public méthode

public exchangeArray ( array $services )
$services array

filterPrivileges() protected méthode

protected filterPrivileges ( array $privileges )
$privileges array

get() public méthode

public get ( $serviceName )

getArrayCopy() public méthode

public getArrayCopy ( )

getIterator() public méthode

public getIterator ( )

has() public méthode

public has ( $serviceName )

Property Details

$allowedRestTypes protected_oe property

protected $allowedRestTypes

$defaultPrivileges protected_oe property

protected $defaultPrivileges

$servicePrivileges protected_oe property

protected $servicePrivileges