PHP Interface Plum\Plum\Writer\WriterInterface

Author: Florian Eckerstorfer ([email protected])
Inheritance: extends Plum\Plum\PipelineInterface
Show file Open project: plumphp/plum

Public Methods

Method Description
finish ( ) Finish the writer.
prepare ( ) Prepare the writer.
writeItem ( mixed $item ) Write the given item.

Method Details

finish() public method

Finish the writer.
public finish ( )

prepare() public method

Prepare the writer.
public prepare ( )

writeItem() public method

Write the given item.
public writeItem ( mixed $item )
$item mixed