PHP Class Newscoop\Acl\Storage

Inheritance: implements Resource\Acl\StorageInterface
Afficher le fichier Open project: sourcefabric/newscoop

Protected Properties

Свойство Type Description
$doctrine Newscoop\Doctrine\Registry

Méthodes publiques

Méthode Description
__construct ( $doctrine )
getResources ( ) : array Get dynamic resources
getRules ( Zend_Acl_Role_Interface $role ) : array Get rules for role

Method Details

__construct() public méthode

public __construct ( $doctrine )

getResources() public méthode

Get dynamic resources
public getResources ( ) : array
Résultat array

getRules() public méthode

Get rules for role
public getRules ( Zend_Acl_Role_Interface $role ) : array
$role Zend_Acl_Role_Interface
Résultat array

Property Details

$doctrine protected_oe property

protected Registry,Newscoop\Doctrine $doctrine
Résultat Newscoop\Doctrine\Registry