PHP Interface Sylius\Bundle\ResourceBundle\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