PHP Interface Sylius\Bundle\GridBundle\Form\Registry\FormTypeRegistryInterface

Author: Kamil Kokot ([email protected])
Afficher le fichier Open project: sylius/sylius Interface Usage Examples

Méthodes publiques

Méthode Description
add ( string $identifier, string $typeIdentifier, string $formType )
get ( string $identifier, string $typeIdentifier ) : string
has ( string $identifier, string $typeIdentifier ) : boolean

Method Details

add() public méthode

public add ( string $identifier, string $typeIdentifier, string $formType )
$identifier string
$typeIdentifier string
$formType string

get() public méthode

public get ( string $identifier, string $typeIdentifier ) : string
$identifier string
$typeIdentifier string
Résultat string

has() public méthode

public has ( string $identifier, string $typeIdentifier ) : boolean
$identifier string
$typeIdentifier string
Résultat boolean