PHP 클래스 Jarves\Admin\FieldTypes\FieldTypes

파일 보기 프로젝트 열기: jarves/jarves

보호된 프로퍼티들

프로퍼티 타입 설명
$container Symfony\Component\DependencyInjection\ContainerInterface
$types AbstractType[]

공개 메소드들

메소드 설명
__construct ( Symfony\Component\DependencyInjection\ContainerInterface $container )
addType ( string $id, string $fieldTypeServiceId )
getTypes ( ) : AbstractType[]
hasType ( string $id ) : boolean
newType ( string $id ) : Jarves\Admin\FieldTypes\TypeInterface

메소드 상세

__construct() 공개 메소드

public __construct ( Symfony\Component\DependencyInjection\ContainerInterface $container )
$container Symfony\Component\DependencyInjection\ContainerInterface

addType() 공개 메소드

public addType ( string $id, string $fieldTypeServiceId )
$id string
$fieldTypeServiceId string

getTypes() 공개 메소드

public getTypes ( ) : AbstractType[]
리턴 AbstractType[]

hasType() 공개 메소드

public hasType ( string $id ) : boolean
$id string
리턴 boolean

newType() 공개 메소드

public newType ( string $id ) : Jarves\Admin\FieldTypes\TypeInterface
$id string
리턴 Jarves\Admin\FieldTypes\TypeInterface

프로퍼티 상세

$container 보호되어 있는 프로퍼티

protected ContainerInterface,Symfony\Component\DependencyInjection $container
리턴 Symfony\Component\DependencyInjection\ContainerInterface

$types 보호되어 있는 프로퍼티

protected AbstractType[],Jarves\Admin\FieldTypes $types
리턴 AbstractType[]