Configuration 4 GNU (CFG)
|
|
config4gnu::CfgObjectVector | | Backend |
|---|
config4gnu::CfgObjectVector is a wrapper around the underlying XML library which you can use to access data from the config4gnu::CfgObjectVectors returned by some functions.
config4gnu::CfgObject get( | $index); | |
| int | $index - The index of the element to return, between 0 and length-1; |
Returns the element at $index. void put();
Adds the element to the end of the config4gnu::CfgObjectVector. int size();
Returns the number of elements in the current config4gnu::CfgObjectVector. Keep in mind that the list is indexed starting at 0. | |
|
|
|