PHP Class Gc\User\Permission\Collection

Inheritance: extends Gc\Db\AbstractTable
Datei anzeigen Open project: gotcms/gotcms Class Usage Examples

Protected Properties

Property Type Description
$name string Table name
$permissions array List of permissions

Public Methods

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

Method Details

getPermissions() public method

Get permissions
public getPermissions ( boolean $forceReload = false ) : array
$forceReload boolean Force reload
return array

init() public method

Initiliaze permissions
public init ( ) : void
return void

Property Details

$name protected_oe property

Table name
protected string $name
return string

$permissions protected_oe property

List of permissions
protected array $permissions
return array