PHP Class Carbon_Fields\Field

Used for shorter namespace access when creating a field.
Afficher le fichier Open project: htmlburger/carbon-fields Class Usage Examples

Méthodes publiques

Méthode Description
factory ( $type, $name, $label = null ) A proxy for the abstract field factory method.
make ( $type, $name, $label = null ) An alias of factory().

Method Details

factory() public static méthode

A proxy for the abstract field factory method.
See also: Carbon_Fields\Field\Field::factory()
public static factory ( $type, $name, $label = null )

make() public static méthode

An alias of factory().
See also: Field::factory()
public static make ( $type, $name, $label = null )