PHP Class Yosymfony\Spress\Core\Plugin\Event\FinishEvent

Used with events: - "spress.finish".
Author: Victor Puertas ([email protected])
Inheritance: extends Symfony\Component\EventDispatcher\Event
Afficher le fichier Open project: spress/spress Class Usage Examples

Protected Properties

Свойство Type Description
$items
$siteAttributes

Méthodes publiques

Méthode Description
__construct ( array $items, array $siteAttributes ) Constructor.
getItems ( ) : Yosymfony\Spress\Core\DataSource\ItemInterface[] Gets items.
getSiteAttributes ( ) : array Gets site attributes.

Method Details

__construct() public méthode

Constructor.
public __construct ( array $items, array $siteAttributes )
$items array
$siteAttributes array The site attributes used for rendering the site

getItems() public méthode

Gets items.
public getItems ( ) : Yosymfony\Spress\Core\DataSource\ItemInterface[]
Résultat Yosymfony\Spress\Core\DataSource\ItemInterface[]

getSiteAttributes() public méthode

Gets site attributes.
public getSiteAttributes ( ) : array
Résultat array

Property Details

$items protected_oe property

protected $items

$siteAttributes protected_oe property

protected $siteAttributes