PHP 8.3.4 Released!

Control Separator

(UI 0.9.9)

はじめに

A Separator represents a control separator, it has no other function.

クラス概要

class UI\Controls\Separator extends UI\Control {
/* 定数 */
const int Horizontal;
const int Vertical;
/* Constructor */
public __construct(int $type = UI\Controls\Separator::Horizontal)
/* 継承したメソッド */
}

定義済み定数

UI\Controls\Separator::Horizontal

A Horizontal Separator

UI\Controls\Separator::Vertical

A Vertical Separator

目次

add a note

User Contributed Notes

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