yii\rbac\BaseManager::getItems PHP Méthode

getItems() abstract protected méthode

Returns the items of the specified type.
abstract protected getItems ( integer $type ) : Item[]
$type integer the auth item type (either [[Item::TYPE_ROLE]] or [[Item::TYPE_PERMISSION]]
Résultat Item[] the auth items of the specified type.
    protected abstract function getItems($type);