PHP Velho Oeste 2024

App

(PHP 7, UI 0.9.9)

Introduction

The App object represents a libui context, providing methods to enter into, and quit, the main UI loop.

Class synopsis

UI\App {
/* Methods */
protected integer onShouldQuit ( array $windows )
protected onTick ( void )
public quit ( void )
public run ([ int $flags ] )
}

Table of Contents

add a note add a note

User Contributed Notes

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