Dutch PHP Conference 2025 - Call For Papers

Control

(UI 0.9.9)

Вступ

This is the closed base class for all UI Controls.

Короткий огляд класу

final class UI\Control {
/* Методи */
public destroy()
public disable()
public enable()
public getTopLevel(): int
public hide()
public isEnabled(): bool
public isVisible(): bool
public setParent(UI\Control $parent)
public show()
}

Зміст

add a note

User Contributed Notes

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