Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Sylius
Bundle
GridBundle
Form
Registry
FormTypeRegistryInterface
PHP Interface Sylius\Bundle\GridBundle\Form\Registry\FormTypeRegistryInterface
Author:
Kamil Kokot (
[email protected]
)
Show file
Open project: sylius/sylius
Interface Usage Examples
Public Methods
Method
Description
add
(
string
$identifier
,
string
$typeIdentifier
,
string
$formType
)
get
(
string
$identifier
,
string
$typeIdentifier
) :
string
has
(
string
$identifier
,
string
$typeIdentifier
) :
boolean
Method Details
add()
public
method
public
add
(
string
$identifier
,
string
$typeIdentifier
,
string
$formType
)
$identifier
string
$typeIdentifier
string
$formType
string
get()
public
method
public
get
(
string
$identifier
,
string
$typeIdentifier
) :
string
$identifier
string
$typeIdentifier
string
return
string
has()
public
method
public
has
(
string
$identifier
,
string
$typeIdentifier
) :
boolean
$identifier
string
$typeIdentifier
string
return
boolean