yii\rbac\BaseManager::getItem PHP Method

getItem() abstract protected method

Returns the named auth item.
abstract protected getItem ( string $name ) : Item
$name string the auth item name.
return Item the auth item corresponding to the specified name. Null is returned if no such item.
    protected abstract function getItem($name);