Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
eZ
Publish
Core
Pagination
Pagerfanta
ContentSearchAdapter
PHP Class eZ\Publish\Core\Pagination\Pagerfanta\ContentSearchAdapter
Will return results as Content objects.
Inheritance:
extends
ContentSearchHitAdapter
显示文件
Open project: ezsystems/ezpublish-kernel
Public Methods
Method
Description
getSlice
(
integer
$offset
,
integer
$length
) :
eZ\Publish\API\Repository\Values\Content\Content[]
Returns a slice of the results as Content objects.
Method Details
getSlice()
public
method
Returns a slice of the results as Content objects.
public
getSlice
(
integer
$offset
,
integer
$length
) :
eZ\Publish\API\Repository\Values\Content\Content[]
$offset
integer
The offset.
$length
integer
The length.
return
eZ\Publish\API\Repository\Values\Content\Content[]