Php/docs/class.ui-controls-separator

From Get docs

(UI 0.9.9)

Introduction

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


Class synopsis


UI\Controls\Separator extends UI\Control {

/* Constants */

const int Horizontal

const int Vertical

/* Constructor */

public __construct ([ int $type = UI\Controls\Separator::Horizontal ] )

/* Inherited methods */

public UI\Control::destroy ( )

public UI\Control::disable ( )

public UI\Control::enable ( )

public UI\Control::getTopLevel ( ) : int

public UI\Control::hide ( )

public UI\Control::isEnabled ( ) : bool

public UI\Control::isVisible ( ) : bool

public UI\Control::setParent ( UI\Control $parent )

public UI\Control::show ( )

}

Predefined Constants

UI\Controls\Separator::Horizontal
A Horizontal Separator
UI\Controls\Separator::Vertical
A Vertical Separator


Table of Contents