yii\rbac\BaseManager::getItem PHP 메소드

getItem() 추상적인 보호된 메소드

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