Adventure Documentation

FormController extends PageCommonController
in package

This controller describes the behavior of Form entities.

Use the controller to generate a collection of Form entities.

Tags
see
Form

Main entity of collection

see
FormElementController

Associated Elements to Form entity

Table of Contents

__construct()  : mixed
formatId()  : string
Format the id from 'form-element-something-123' to 'formElementSomething123'
getConfirmation()  : string
Get the confirmation text of a Form entity

Methods

__construct()

public __construct() : mixed
Tags
Return values
mixed

formatId()

Format the id from 'form-element-something-123' to 'formElementSomething123'

public formatId(mixed $HtmlId) : string
Parameters
$HtmlId : mixed
Tags
Return values
string

getConfirmation()

Get the confirmation text of a Form entity

public getConfirmation(mixed $Id[, mixed $LanguageIso = null ]) : string
Parameters
$Id : mixed
$LanguageIso : mixed = null
Tags
Return values
string

        

Search results