mediatekformation

AbstractType
in package
implements FormTypeInterface

Tags
author

Bernhard Schussek bschussek@gmail.com

Interfaces, Classes, Traits and Enums

FormTypeInterface

Table of Contents

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.
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