mediatekformation

FormationType extends AbstractType
in package

Table of Contents

buildForm()  : void
Builds the form.
buildView()  : mixed
Builds the form view.
configureOptions()  : void
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.
getParent()  : string|null
Returns the name of the parent type.

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