Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
eZ
Publish
Core
Pagination
Pagerfanta
LocationSearchAdapter
PHP Class eZ\Publish\Core\Pagination\Pagerfanta\LocationSearchAdapter
Will return results as Location objects.
Inheritance:
extends
LocationSearchHitAdapter
Afficher le fichier
Open project: ezsystems/ezpublish-kernel
Méthodes publiques
Méthode
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
méthode
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.
Résultat
eZ\Publish\API\Repository\Values\Content\Location[]