Control Separator

(UI 0.9.9)

Introduction

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

Class synopsis

classUI\Controls\SeparatorextendsUI\Control {
public__construct(int$type = UI\Controls\Separator::Horizontal)
}

Predefined Constants

UI\Controls\Separator::Horizontal

A Horizontal Separator

UI\Controls\Separator::Vertical

A Vertical Separator

Table of Contents

To Top