PHP Class eZ\Publish\Core\Pagination\Pagerfanta\LocationSearchAdapter

Will return results as Location objects.
Inheritance: extends LocationSearchHitAdapter
Show file Open project: ezsystems/ezpublish-kernel

Public Methods

Method Description
getSlice ( integer $offset, integer $length ) : eZ\Publish\API\Repository\Values\Content\Location[] Returns a slice of the results as Location objects.

Method Details

getSlice() public method

Returns a slice of the results as Location objects.
public getSlice ( integer $offset, integer $length ) : eZ\Publish\API\Repository\Values\Content\Location[]
$offset integer The offset.
$length integer The length.
return eZ\Publish\API\Repository\Values\Content\Location[]