PHP Class Eris\Quantifier\Evaluation

Show file Open project: giorgiosironi/eris Class Usage Examples

Public Methods

Method Description
execute ( )
of ( $assertion )
onFailure ( callable $action )
onSuccess ( callable $action )
with ( GeneratedValue $values )

Private Methods

Method Description
__construct ( $assertion )

Method Details

execute() public method

public execute ( )

of() public static method

public static of ( $assertion )

onFailure() public method

public onFailure ( callable $action )
$action callable

onSuccess() public method

public onSuccess ( callable $action )
$action callable

with() public method

public with ( GeneratedValue $values )
$values Eris\Generator\GeneratedValue