PHP Class Plum\Plum\WorkflowConcatenator

Author: Florian Eckerstorfer ([email protected])
Inheritance: implements Plum\Plum\Reader\ReaderInterface, implements Plum\Plum\Writer\WriterInterface
Show file Open project: plumphp/plum

Public Methods

Method Description
count ( ) : integer
finish ( ) Finish the writer.
getIterator ( ) : ArrayIterator
prepare ( ) Prepare the writer.
writeItem ( mixed $item ) Write the given item.

Method Details

count() public method

public count ( ) : integer
return integer

finish() public method

Finish the writer.
public finish ( )

getIterator() public method

prepare() public method

Prepare the writer.
public prepare ( )

writeItem() public method

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