mediatekformation

EntityType extends DoctrineType
in package

Table of Contents

$registry  : ManagerRegistry
$choiceLoaders  : array<string|int, DoctrineChoiceLoader>
$idReaders  : array<string|int, IdReader>
__construct()  : mixed
buildForm()  : mixed
Builds the form.
buildView()  : mixed
Builds the form view.
configureOptions()  : mixed
Configures the options for this type.
finishView()  : mixed
Finishes the form view.
getBlockPrefix()  : mixed
{@inheritdoc}
getLoader()  : ORMQueryBuilderLoader
Return the default loader object.
getParent()  : string|null
Returns the name of the parent type.
reset()  : mixed
parameterToArray()  : array<string|int, mixed>
Converts a query parameter to an array.

Properties

$idReaders

private array<string|int, IdReader> $idReaders = []

Methods

getBlockPrefix()

{@inheritdoc}

public getBlockPrefix() : mixed
Return values
mixed

getParent()

Returns the name of the parent type.

public getParent() : string|null
Return values
string|null

The name of the parent type if any, null otherwise

parameterToArray()

Converts a query parameter to an array.

private parameterToArray(Parameter $parameter) : array<string|int, mixed>
Parameters
$parameter : Parameter
Return values
array<string|int, mixed>

Search results