yii\rbac\BaseManager::updateItem PHP Method

updateItem() abstract protected method

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
return boolean whether the auth item is successfully updated
    protected abstract function updateItem($name, $item);