PHP 인터페이스 Sylius\Bundle\GridBundle\Form\Registry\FormTypeRegistryInterface

저자: Kamil Kokot ([email protected])
파일 보기 프로젝트 열기: sylius/sylius 0 사용 예제들

공개 메소드들

메소드 설명
add ( string $identifier, string $typeIdentifier, string $formType )
get ( string $identifier, string $typeIdentifier ) : string
has ( string $identifier, string $typeIdentifier ) : boolean

메소드 상세

add() 공개 메소드

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

get() 공개 메소드

public get ( string $identifier, string $typeIdentifier ) : string
$identifier string
$typeIdentifier string
리턴 string

has() 공개 메소드

public has ( string $identifier, string $typeIdentifier ) : boolean
$identifier string
$typeIdentifier string
리턴 boolean