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

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

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