FieldModuleCollectionDecoratorCustomLabelForm
extends FieldModuleCollectionDecoratorAbstract
in package
Tags
Table of Contents
- $_allAddressEstateField : array<string|int, mixed>
- $_fieldCustomLabels : array<string|int, mixed>
- $_pContainer : Container
- $_pFieldModuleCollection : FieldModuleCollection
- __construct() : mixed
- addField() : mixed
- containsFieldByModule() : bool
- getAllFields() : array<string|int, Field>
- getFieldByModuleAndName() : Field
- getFieldCustomLabels() : array<string|int, mixed>
- formatFieldContent() : array<string|int, mixed>
- generateListOfMergedFieldsByModule() : array<string|int, mixed>
- getAddressEstateField() : mixed
- getFieldModuleCollection() : FieldModuleCollection
- setAllAddressEstateField() : mixed
- buildContainer() : Container
Properties
$_allAddressEstateField
protected
array<string|int, mixed>
$_allAddressEstateField
= []
$_fieldCustomLabels
private
array<string|int, mixed>
$_fieldCustomLabels
= []
$_pContainer
private
Container
$_pContainer
$_pFieldModuleCollection
private
FieldModuleCollection
$_pFieldModuleCollection
= null
Methods
__construct()
public
__construct(FieldModuleCollection $pFieldModuleCollection, mixed $formName[, Container $pContainer = null ]) : mixed
Parameters
- $pFieldModuleCollection : FieldModuleCollection
- $formName : mixed
- $pContainer : Container = null
Return values
mixed —addField()
public
addField(Field $pField) : mixed
Parameters
- $pField : Field
Return values
mixed —containsFieldByModule()
public
containsFieldByModule(string $module, string $name) : bool
Parameters
- $module : string
- $name : string
Return values
bool —getAllFields()
public
getAllFields() : array<string|int, Field>
Return values
array<string|int, Field> —getFieldByModuleAndName()
public
getFieldByModuleAndName(string $module, string $name) : Field
Parameters
- $module : string
- $name : string
Return values
Field —getFieldCustomLabels()
public
getFieldCustomLabels() : array<string|int, mixed>
Return values
array<string|int, mixed> —formatFieldContent()
protected
formatFieldContent( $newFields) : array<string|int, mixed>
Parameters
Return values
array<string|int, mixed> —generateListOfMergedFieldsByModule()
protected
generateListOfMergedFieldsByModule(array<string|int, mixed> $fieldsByModule) : array<string|int, mixed>
Parameters
- $fieldsByModule : array<string|int, mixed>
Return values
array<string|int, mixed> —getAddressEstateField()
protected
getAddressEstateField() : mixed
Return values
mixed —getFieldModuleCollection()
protected
getFieldModuleCollection() : FieldModuleCollection
Return values
FieldModuleCollection —setAllAddressEstateField()
protected
setAllAddressEstateField( $allAddressEstateField) : mixed
Parameters
Return values
mixed —buildContainer()
private
buildContainer() : Container