PHP Class Tolerance\Operation\Callback

Inheritance: implements Tolerance\Operation\Operation
Mostra file Open project: sroze/tolerance Class Usage Examples

Public Methods

Method Description
__construct ( callable $callable )
call ( ) : mixed
getResult ( ) : mixed

Method Details

__construct() public method

public __construct ( callable $callable )
$callable callable

call() public method

public call ( ) : mixed
return mixed

getResult() public method

public getResult ( ) : mixed
return mixed