PHP Class phpstreams\collectors\ReducingCollector

Author: Bert Peters ([email protected])
Inheritance: implements phpstreams\Collector
Afficher le fichier Open project: bertptrs/phpstreams

Méthodes publiques

Méthode Description
__construct ( $identity, callable $reductor )
add ( $key, $value )
get ( )

Method Details

__construct() public méthode

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

add() public méthode

public add ( $key, $value )

get() public méthode

public get ( )