PHP Class Plum\Plum\Writer\ArrayWriter

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

Public Methods

Method Description
finish ( )
getData ( ) : array
prepare ( )
writeItem ( $item ) Writes the given item to the array.

Method Details

finish() public method

public finish ( )

getData() public method

public getData ( ) : array
return array

prepare() public method

public prepare ( )

writeItem() public method

Writes the given item to the array.
public writeItem ( $item )
$item