Jarves\Storage\AbstractStorage::getRoots PHP Method

getRoots() public method

public getRoots ( Condition $condition = null, array $options = null )
$condition Jarves\Configuration\Condition
$options array
    public function getRoots(Condition $condition = null, $options = null)
    {
        if (!$this->definition['nested']) {
            throw new \LogicException(sprintf('Object %s it not a nested set.', $this->objectKey));
        }
        return null;
    }