UI\Controls\Group::__construct
PHP Manual
PHP Manual»UI\Controls\Group»UI\Controls\Group::__construct

UI\Controls\Group::__construct

(UI 0.9.9)

UI\Controls\Group::__constructConstruct a new Group

説明

public function UI\Controls\Group::__construct(string $title)

Shall construct a new Group with the given title

パラメータ

title

The text for the title label

To Top