PHP Class ZF\Apigility\Doctrine\Server\Paginator\Adapter\DoctrineOrmAdapter

Inheritance: extends Doctrine\ORM\Tools\Pagination\Paginator, implements Zend\Paginator\Adapter\AdapterInterface
显示文件 Open project: zfcampus/zf-apigility-doctrine

Public Properties

Property Type Description
$cache array

Public Methods

Method Description
getItems ( $offset, $itemCountPerPage ) : array

Method Details

getItems() public method

public getItems ( $offset, $itemCountPerPage ) : array
$offset
$itemCountPerPage
return array

Property Details

$cache public_oe property

public array $cache
return array