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

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

Updates an auth item in the RBAC system.
abstract protected updateItem ( string $name, Item $item ) : boolean
$name string the name of the item being updated
$item Item the updated item
리턴 boolean whether the auth item is successfully updated
    protected abstract function updateItem($name, $item);