parent root
PHP: UI\Control - Manual
PHP 7.2.23 Release Announcement

Control

(PHP 7, UI 0.9.9)

Introduction

This is the closed base class for all UI Controls.

Class synopsis

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

Table of Contents

add a noteadd a note

User Contributed Notes

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