Jarves\Storage\AbstractStorage::getNestedSubCondition PHP Method

getNestedSubCondition() public method

Builds a condition for the sub-items check in \Jarves\Permissions::getListingCondition() for nested set objects.
public getNestedSubCondition ( Condition $condition ) : Condition
$condition Jarves\Configuration\Condition
return Jarves\Configuration\Condition
    public function getNestedSubCondition(Condition $condition)
    {
        throw new \Exception('You need to overwrite AbstractStorage::getNestedSubCondition for nested objects');
    }