Public Member Functions | |
__construct (&$xmlArr, $childClassName, $parentObj=null) | |
render () | |
renderRecord (&$recArr) | |
renderTable (&$recSet) | |
setRecordArr (&$recArr) | |
getByField ($fieldName) | |
Data Fields | |
$m_FormName | |
Protected Member Functions | |
getFormObj () |
Definition at line 26 of file Panel.php.
__construct | ( | &$ | xmlArr, |
$ | childClassName, | ||
$ | parentObj = null |
||
) |
Contructor of class
array | $xmlArr | |
string | $childClassName | |
object | $parentObj |
If a '.' is found within className we need to require such class and then get the className after the last dot ex. shared.dataobjs.FieldName, in this case FieldName is the class, shared/dataobjs the path
The best solution to this is enable object factory to specify its resulting object constructor parameters
Reimplemented from MetaIterator.
getByField | ( | $ | fieldName ) |
render | ( | ) |
Render the Panel and return array of rendering element (html text)
Implements iUIControl.
Definition at line 45 of file Panel.php.
renderRecord | ( | &$ | recArr ) |
renderTable | ( | &$ | recSet ) |
setRecordArr | ( | &$ | recArr ) |