PHP Class Gc\User\Permission\Collection

Inheritance: extends Gc\Db\AbstractTable
Afficher le fichier Open project: gotcms/gotcms Class Usage Examples

Protected Properties

Свойство Type Description
$name string Table name
$permissions array List of permissions

Méthodes publiques

Méthode Description
getPermissions ( boolean $forceReload = false ) : array Get permissions
init ( ) : void Initiliaze permissions

Method Details

getPermissions() public méthode

Get permissions
public getPermissions ( boolean $forceReload = false ) : array
$forceReload boolean Force reload
Résultat array

init() public méthode

Initiliaze permissions
public init ( ) : void
Résultat void

Property Details

$name protected_oe property

Table name
protected string $name
Résultat string

$permissions protected_oe property

List of permissions
protected array $permissions
Résultat array