mediatekformation

DoctrineType extends AbstractType
in package
implements ResetInterface

Interfaces, Classes, Traits and Enums

ResetInterface
Provides a way to reset an object to its initial state.

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()  : string
Returns the prefix of the template block name for this type.
getLoader()  : EntityLoaderInterface
Return the default loader object.
getParent()  : string|null
Returns the name of the parent type.
reset()  : mixed

Properties

$idReaders

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

Methods

getBlockPrefix()

Returns the prefix of the template block name for this type.

public getBlockPrefix() : string
Return values
string

The prefix of the template block name

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

Search results