Execution Scheduler

(PHP 7, UI 2.0.0)

Wstęp

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

Krótki opis klasy

abstract UI\Executor {
/* Constructor */
public __construct ( void )
public __construct ( int $microseconds )
public __construct ( int $seconds , int $microseconds )
/* Metody */
public kill ( void ) : void
abstract protected onExecute ( void ) : void
public setInterval ( int $microseconds ) : bool
public setInterval ( int $seconds , int $microseconds ) : bool
}

Spis treści

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top