Jarves\Controller\NestedObjectCrudController::getRootBranchItemsAction PHP Method

getRootBranchItemsAction() public method

public getRootBranchItemsAction ( string $scope = null, string $fields = null, integer $depth = null, string $limit = null, string $offset = null, string $filter = null ) : array
$scope string
$fields string
$depth integer
$limit string
$offset string
$filter string
return array
    public function getRootBranchItemsAction($scope = null, $fields = null, $depth = null, $limit = null, $offset = null, $filter = null)
    {
        return $this->getBranchItems(null, $filter, $fields, $scope, $depth, $limit, $offset);
    }