PHP Class Carbon_Fields\Field

Used for shorter namespace access when creating a field.
显示文件 Open project: htmlburger/carbon-fields Class Usage Examples

Public Methods

Method 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 method

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 method

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