PHP Class Carbon_Fields\Container

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

Méthodes publiques

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

Method Details

factory() public static méthode

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

make() public static méthode

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