PHP 클래스 FastFeed\Processor\LimitProcessor

상속: implements FastFeed\Processor\ProcessorInterface
파일 보기 프로젝트 열기: fastfeed/fastfeed 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$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