UI
PHP Manual

Control

(PHP 7, UI 0.9.9)

導入

This is the closed base class for all UI Controls.

クラス概要

final UI\Control {
/* メソッド */
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 )
}

目次


UI
PHP Manual