yii\rbac\BaseManager::removeItem PHP Method

removeItem() abstract protected method

Removes an auth item from the RBAC system.
abstract protected removeItem ( Item $item ) : boolean
$item Item the item to remove
return boolean whether the role or permission is successfully removed
    protected abstract function removeItem($item);