Field
in package
Read onlyYes
AbstractYes
Sur-classe des champs de formulaire
un champ doit pouvoir s'afficher avec un paramètre name et doit exposer son champ label
Table of Contents
Properties
- $label : string
Methods
- __construct() : mixed
- pour faire plaisir à phpstan
- toString() : string
- retourne le code Html
Properties
$label
public
string
$label
= ''
Methods
__construct()
pour faire plaisir à phpstan
public
__construct([string $label = '' ]) : mixed
Parameters
- $label : string = ''
toString()
retourne le code Html
public
abstract toString(string $name) : string
Parameters
- $name : string