Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Carbon_Fields
Container
PHP Class Carbon_Fields\Container
Used for shorter namespace access when creating a container.
显示文件
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
)