FieldModuleCollection
in
Tags
Table of Contents
- addField() : mixed
- containsFieldByModule() : bool
- getAllFields() : array<string|int, mixed>
- getFieldByModuleAndName() : Field
Methods
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, mixed>
Return values
array<string|int, mixed> —getFieldByModuleAndName()
public
getFieldByModuleAndName(string $module, string $name) : Field
Parameters
- $module : string
- $name : string