Execution Scheduler
(PHP 7, UI 2.0.0)
はじめに
This facility schedules repetitive execution of a callback, useful for animations and other such activities.
クラス概要
abstract
UI\Executor
{
/* Constructor */
/* メソッド */
}目次
- UI\Executor::__construct — Construct a new Executor
- UI\Executor::kill — Stop Executor
- UI\Executor::onExecute — Execution Callback
- UI\Executor::setInterval — Interval Manipulation