PHP Class Gc\User\Role\Collection

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

Protected Properties

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

Méthodes publiques

Méthode Description
getRoles ( boolean $forceReload = false ) : array Get Roles
init ( ) : void Initiliaze role collection

Method Details

getRoles() public méthode

Get Roles
public getRoles ( boolean $forceReload = false ) : array
$forceReload boolean Force reload
Résultat array \Gc\User\Role\Model

init() public méthode

Initiliaze role collection
public init ( ) : void
Résultat void

Property Details

$name protected_oe property

Table name
protected string $name
Résultat string

$roles protected_oe property

List of roles
protected array $roles
Résultat array