PHP Class phpstreams\operations\AbstractCallbackOperation

Author: Bert Peters ([email protected])
Inheritance: extends phpstreams\Stream
Show file Open project: bertptrs/phpstreams

Protected Properties

Property Type Description
$callback callable

Public Methods

Method Description
__construct ( $source, callable $callback )

Method Details

__construct() public method

public __construct ( $source, callable $callback )
$callback callable

Property Details

$callback protected property

protected callable $callback
return callable