Php/docs/class.ui-executor

From Get docs

(UI 2.0.0)

Introduction

This facility schedules repetitive execution of a callback, useful for animations and other such activities.


Class synopsis


abstract UI\Executor {

/* Constructor */

public __construct ( )

public __construct ( int $microseconds )

public __construct ( int $seconds , int $microseconds )

/* Methods */

public kill ( ) : void

abstract protected onExecute ( ) : void

public setInterval ( int $microseconds ) : bool

public setInterval ( int $seconds , int $microseconds ) : bool

}

Table of Contents