PHP 인터페이스 Yosymfony\Spress\Core\DataWriter\DataWriterInterface

저자: Victor Puertas ([email protected])
파일 보기 프로젝트 열기: spress/spress

공개 메소드들

메소드 설명
setUp ( ) Prepare the place to store.
tearDown ( ) Brings down the connections to the data.
write ( Yosymfony\Spress\Core\DataSource\ItemInterface $item ) Write a item.

메소드 상세

setUp() 공개 메소드

e.g: clean up the output folder.
public setUp ( )

tearDown() 공개 메소드

Brings down the connections to the data.
public tearDown ( )

write() 공개 메소드

Write a item.
public write ( Yosymfony\Spress\Core\DataSource\ItemInterface $item )
$item Yosymfony\Spress\Core\DataSource\ItemInterface