PHP 8.4.6 Released!

Separador de Control

(UI 0.9.9)

Introducción

Un separador (Separator) representa un control separador, no tiene otra función.

Sinopsis de la Clase

class UI\Controls\Separator extends UI\Control {
/* Constantes */
const int Horizontal;
const int Vertical;
/* Constructor */
public __construct(int $type = UI\Controls\Separator::Horizontal)
/* Métodos heredados */
}

Constantes predefinidas

UI\Controls\Separator::Horizontal

Un separador horizontal.

UI\Controls\Separator::Vertical

Un separador vertical.

Tabla de contenidos

add a note

User Contributed Notes

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