PHP Class phpstreams\collectors\ReducingCollector

Author: Bert Peters ([email protected])
Inheritance: implements phpstreams\Collector
Datei anzeigen Open project: bertptrs/phpstreams

Public Methods

Method Description
__construct ( $identity, callable $reductor )
add ( $key, $value )
get ( )

Method Details

__construct() public method

public __construct ( $identity, callable $reductor )
$reductor callable

add() public method

public add ( $key, $value )

get() public method

public get ( )