PHP Class Yosymfony\Spress\Core\ContentManager\Generator\Pagination\PaginationItem

Author: Victor Puertas ([email protected])
Inheritance: extends Yosymfony\Spress\Core\DataSource\Item
Mostrar archivo Open project: spress/spress Class Usage Examples

Protected Properties

Property Type Description
$pageItems

Public Methods

Method Description
getAttributes ( )
setPageItems ( array $items ) Sets the items of a page.

Protected Methods

Method Description
getItemAttributes ( Yosymfony\Spress\Core\DataSource\ItemInterface $item ) : array Gets the attributes of an item.

Method Details

getAttributes() public method

public getAttributes ( )

getItemAttributes() protected method

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

setPageItems() public method

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

Property Details

$pageItems protected_oe property

protected $pageItems