PHP Class Eris\Shrinker\FixedTimeLimit

Inheritance: implements Eris\Shrinker\TimeLimit
Afficher le fichier Open project: giorgiosironi/eris

Méthodes publiques

Méthode Description
__construct ( integer $maximumIntervalLength, callable $clock )
__toString ( )
hasBeenReached ( )
realTime ( $maximumIntervalLength )
start ( )

Method Details

__construct() public méthode

public __construct ( integer $maximumIntervalLength, callable $clock )
$maximumIntervalLength integer in seconds
$clock callable

__toString() public méthode

public __toString ( )

hasBeenReached() public méthode

public hasBeenReached ( )

realTime() public static méthode

public static realTime ( $maximumIntervalLength )

start() public méthode

public start ( )