UI
PHP Manual

Control

(PHP 7, UI 0.9.9)

Einführung

This is the closed base class for all UI Controls.

Klassenbeschreibung

final UI\Control {
/* Methoden */
public destroy ( void )
public disable ( void )
public enable ( void )
public UI\Control getParent ( void )
public int getTopLevel ( void )
public hide ( void )
public bool isEnabled ( void )
public bool isVisible ( void )
public setParent ( UI\Control $parent )
public show ( void )
}

Inhaltsverzeichnis


UI
PHP Manual