PHP Class Phastlight\Module\Timer\Main

Inheritance: extends Phastlight\Module
Show file Open project: phastlight/phastlight

Public Methods

Method Description
__construct ( ) store all intervals
clearInterval ( $interval_id )
clearTimeout ( $timeout_id )
setInterval ( $callback, $delay )
setTimeout ( $callback, $delay )

Method Details

__construct() public method

store all intervals
public __construct ( )

clearInterval() public method

public clearInterval ( $interval_id )

clearTimeout() public method

public clearTimeout ( $timeout_id )

setInterval() public method

public setInterval ( $callback, $delay )

setTimeout() public method

public setTimeout ( $callback, $delay )