PHP Class eZ\Publish\Core\SignalSlot\FieldTypeService

Inheritance: implements eZ\Publish\API\Repository\FieldTypeService
Afficher le fichier Open project: ezsystems/ezpublish-kernel

Protected Properties

Свойство Type Description
$service eZ\Publish\API\Repository\FieldTypeService Aggregated service.
$signalDispatcher SignalDispatcher SignalDispatcher.

Méthodes publiques

Méthode Description
__construct ( eZ\Publish\API\Repository\FieldTypeService $service, SignalDispatcher $signalDispatcher ) Constructor.
getFieldType ( string $identifier ) : eZ\Publish\API\Repository\FieldType Returns the FieldType registered with the given identifier.
getFieldTypes ( ) : eZ\Publish\API\Repository\FieldType[] Returns a list of all field types.
hasFieldType ( string $identifier ) : boolean Returns if there is a FieldType registered under $identifier.

Method Details

__construct() public méthode

Construct service object from aggregated service and signal dispatcher
public __construct ( eZ\Publish\API\Repository\FieldTypeService $service, SignalDispatcher $signalDispatcher )
$service eZ\Publish\API\Repository\FieldTypeService
$signalDispatcher SignalDispatcher

getFieldType() public méthode

Returns the FieldType registered with the given identifier.
public getFieldType ( string $identifier ) : eZ\Publish\API\Repository\FieldType
$identifier string
Résultat eZ\Publish\API\Repository\FieldType

getFieldTypes() public méthode

Returns a list of all field types.
public getFieldTypes ( ) : eZ\Publish\API\Repository\FieldType[]
Résultat eZ\Publish\API\Repository\FieldType[]

hasFieldType() public méthode

Returns if there is a FieldType registered under $identifier.
public hasFieldType ( string $identifier ) : boolean
$identifier string
Résultat boolean

Property Details

$service protected_oe property

Aggregated service.
protected FieldTypeService,eZ\Publish\API\Repository $service
Résultat eZ\Publish\API\Repository\FieldTypeService

$signalDispatcher protected_oe property

SignalDispatcher.
protected SignalDispatcher,eZ\Publish\Core\SignalSlot $signalDispatcher
Résultat SignalDispatcher