Свойство | Тип | Описание | |
---|---|---|---|
$collectedGuards | array | ||
$collectedOptions | array | ||
$collectedPermissions | array | ||
$collectedRoles | array |
Метод | Описание | |
---|---|---|
collect ( |
Collects data. | |
getCollection ( ) : array | string[] | ||
getName ( ) : string | Collector Name. | |
getPriority ( ) : integer | Collector Priority. | |
serialize ( ) | {@inheritDoc} | |
unserialize ( $serialized ) | {@inheritDoc} |
Метод | Описание | |
---|---|---|
collectGuards ( array $guards ) : void | Collect guards | |
collectIdentityRolesAndPermissions ( |
Collect roles and permissions | |
collectOptions ( |
Collect options | |
collectPermissions ( Rbac\Role\RoleInterface $role ) : void | Collect permissions for the given role |
public collect ( |
||
$mvcEvent |
public getCollection ( ) : array | string[] | ||
Результат | array | string[] |
public getPriority ( ) : integer | ||
Результат | integer |