PHP Class Carbon_Fields\Container

Used for shorter namespace access when creating a container.
Datei anzeigen Open project: htmlburger/carbon-fields Class Usage Examples

Public Methods

Method Description
factory ( $type, $name ) A proxy for the abstract container factory method.
make ( $type, $name ) An alias of factory().

Method Details

factory() public static method

A proxy for the abstract container factory method.
See also: Carbon_Fields\Container\Container::factory()
public static factory ( $type, $name )

make() public static method

An alias of factory().
See also: Container::factory()
public static make ( $type, $name )