PHP 클래스 Yosymfony\Spress\Core\Plugin\Event\FinishEvent

Used with events: - "spress.finish".
저자: Victor Puertas ([email protected])
상속: extends Symfony\Component\EventDispatcher\Event
파일 보기 프로젝트 열기: spress/spress 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$items
$siteAttributes

공개 메소드들

메소드 설명
__construct ( array $items, array $siteAttributes ) Constructor.
getItems ( ) : Yosymfony\Spress\Core\DataSource\ItemInterface[] Gets items.
getSiteAttributes ( ) : array Gets site attributes.

메소드 상세

__construct() 공개 메소드

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

getItems() 공개 메소드

Gets items.
public getItems ( ) : Yosymfony\Spress\Core\DataSource\ItemInterface[]
리턴 Yosymfony\Spress\Core\DataSource\ItemInterface[]

getSiteAttributes() 공개 메소드

Gets site attributes.
public getSiteAttributes ( ) : array
리턴 array

프로퍼티 상세

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

protected $items

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

protected $siteAttributes