UI\Window::setTitle
UI\Control::destroy
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\Control::destroy
— Destroy Control
UI\Control::disable
— Disable Control
UI\Control::enable
— Enable Control
UI\Control::getParent
— Get Parent Control
UI\Control::getTopLevel
— Get Top Level
UI\Control::hide
— Hide Control
UI\Control::isEnabled
— Determine if Control is enabled
UI\Control::isVisible
— Determine if Control is visible
UI\Control::setParent
— Set Parent Control
UI\Control::show
— Control Show
UI\Window::setTitle
UI\Control::destroy
UI
PHP Manual