PHP Interface Yosymfony\Spress\Core\DataWriter\DataWriterInterface

Author: Victor Puertas ([email protected])
Show file Open project: spress/spress

Public Methods

Method Description
setUp ( ) Prepare the place to store.
tearDown ( ) Brings down the connections to the data.
write ( Yosymfony\Spress\Core\DataSource\ItemInterface $item ) Write a item.

Method Details

setUp() public method

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

tearDown() public method

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

write() public method

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