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

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

Adds an auth item to the RBAC system.
abstract protected addItem ( Item $item ) : boolean
$item Item the item to add
리턴 boolean whether the auth item is successfully added to the system
    protected abstract function addItem($item);