Overview

Namespaces

  • FastFeed
    • Aggregator
    • Cache
    • Exception
    • Logger
    • Parser
    • Processor
  • PHP

Classes

  • ImageProcessor
  • ImagesProcessor
  • LimitProcessor
  • PathProcessor
  • RemoveStylesProcessor
  • SanitizerProcessor
  • SortByDateProcessor
  • StripTagsProcessor

Interfaces

  • ProcessorInterface
  • Overview
  • Namespace
  • Class
  • Tree

Class LimitProcessor

LimitProcessor Set the max number of items in result set

FastFeed\Processor\LimitProcessor implements FastFeed\Processor\ProcessorInterface
Namespace: FastFeed\Processor
Located at src/Processor/LimitProcessor.php
Methods summary
public
# __construct( integer $limit )

Parameters

$limit
integer
$limit
public
# setLimit( integer $limit )

Set the max number of items in result set

Set the max number of items in result set

Parameters

$limit
integer
$limit
public array
# process( array $items )

Parameters

$items
array
$items

Returns

array

Implementation of

FastFeed\Processor\ProcessorInterface::process()
Properties summary
protected integer $limit
#
API documentation generated by ApiGen 2.8.0