PHP Interface Eris\Shrinker\TimeLimit

Show file Open project: giorgiosironi/eris

Public Methods

Method Description
__toString ( ) : string
hasBeenReached ( ) : boolean
start ( ) : void Call to start measuring the time interval.

Method Details

__toString() public method

public __toString ( ) : string
return string

hasBeenReached() public method

public hasBeenReached ( ) : boolean
return boolean

start() public method

Call to start measuring the time interval.
public start ( ) : void
return void