CakeFest 2024: The Official CakePHP Conference

Control Separator

(UI 0.9.9)

Introduction

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

Synopsis de la classe

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

Constantes pré-définies

UI\Controls\Separator::Horizontal

A Horizontal Separator

UI\Controls\Separator::Vertical

A Vertical Separator

Sommaire

add a note

User Contributed Notes

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