Jarves\Storage\AbstractStorage::getBranchChildrenCount PHP Method

getBranchChildrenCount() public method

public getBranchChildrenCount ( null $pk = null, Condition $condition = null, null $scope = null ) : array
$pk null
$condition Jarves\Configuration\Condition
$scope null
return array
    public function getBranchChildrenCount($pk = null, Condition $condition = null, $scope = null)
    {
        if (!$this->getDefinition()->isNested()) {
            throw new \Exception(sprintf('Object %s it not a nested set.', $this->objectKey));
        }
        throw new \Exception(sprintf('getBranch is not implemented.'));
    }