PHP Класс FastFeed\Processor\LimitProcessor

Наследование: implements FastFeed\Processor\ProcessorInterface
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$limit integer

Открытые методы

Метод Описание
__construct ( integer $limit )
process ( array $items ) : array
setLimit ( integer $limit ) Set the max number of items in result set

Описание методов

__construct() публичный Метод

public __construct ( integer $limit )
$limit integer

process() публичный Метод

public process ( array $items ) : array
$items array
Результат array

setLimit() публичный Метод

Set the max number of items in result set
public setLimit ( integer $limit )
$limit integer

Описание свойств

$limit защищенное свойство

protected int $limit
Результат integer