PHP Класс Jarves\Admin\FieldTypes\FieldTypes

Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$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[]