PHP 클래스 Yosymfony\Spress\Core\ContentManager\Generator\Pagination\PaginationItem

저자: Victor Puertas ([email protected])
상속: extends Yosymfony\Spress\Core\DataSource\Item
파일 보기 프로젝트 열기: spress/spress 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$pageItems

공개 메소드들

메소드 설명
getAttributes ( )
setPageItems ( array $items ) Sets the items of a page.

보호된 메소드들

메소드 설명
getItemAttributes ( Yosymfony\Spress\Core\DataSource\ItemInterface $item ) : array Gets the attributes of an item.

메소드 상세

getAttributes() 공개 메소드

public getAttributes ( )

getItemAttributes() 보호된 메소드

Gets the attributes of an item.
protected getItemAttributes ( Yosymfony\Spress\Core\DataSource\ItemInterface $item ) : array
$item Yosymfony\Spress\Core\DataSource\ItemInterface
리턴 array

setPageItems() 공개 메소드

Sets the items of a page.
public setPageItems ( array $items )
$items array

프로퍼티 상세

$pageItems 보호되어 있는 프로퍼티

protected $pageItems