Public Member Functions | |
__construct (&$xmlArr, $childClassName, $parentObj=null) | |
merge (&$anotherMIObj) | |
get ($key) | |
set ($key, $val) | |
count () | |
rewind () | |
current () | |
key () | |
next () | |
valid () | |
Protected Attributes | |
$m_prtObj = null | |
$m_var = array() |
Definition at line 187 of file sysclass_inc.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 in BizRecord, Panel, and securityFilter.
Definition at line 209 of file sysclass_inc.php.
current | ( | ) |
Current item
Definition at line 320 of file sysclass_inc.php.
get | ( | $ | key ) |
key | ( | ) |
Definition at line 329 of file sysclass_inc.php.
merge | ( | &$ | anotherMIObj ) |
Merge to another MetaIterator object
MetaIterator | $anotherMIObj | another MetaIterator object |
Reimplemented in BizRecord.
Definition at line 270 of file sysclass_inc.php.
next | ( | ) |
Definition at line 338 of file sysclass_inc.php.
rewind | ( | ) |
set | ( | $ | key, |
$ | val | ||
) |
valid | ( | ) |
Definition at line 347 of file sysclass_inc.php.