PHP Class Prose\UsingTimer

Inheritance: extends Prose
Show file Open project: datasift/storyplayer

Public Methods

Method Description
wait ( $timeout = 'PT01M', $reason = "waiting for everything to catch up" )
waitFor ( $callback, $timeout = 'PT5S' )
waitWhile ( $callback, $timeout = 'PT5S' )

Method Details

wait() public method

public wait ( $timeout = 'PT01M', $reason = "waiting for everything to catch up" )

waitFor() public method

public waitFor ( $callback, $timeout = 'PT5S' )

waitWhile() public method

public waitWhile ( $callback, $timeout = 'PT5S' )