PHP |
---|
class LJCSections |
GenData is the XML data format for the data that is merged with a text template file to generate a customized output file.
LJCSections LJCSection LJCItems LJCItem LJCReplacements LJCReplacement
CreateColumnData | Creates the data from a table definition. |
AddReplacement | Adds a Replacement to an Item. |
Deserialize | Deserializes the data from a Sections XML file. |
DeserializeString | Deserializes the data from a Sections XML string. |
CreateSections | Creates the Section data from an XMLDoc node. |
Serialize | Serializes the data to an XML file. |
Add | Adds an object and key value. |
Clone | Creates an object clone. |
Get | Get the item by Key value. |
GetKeys | Gets an indexed array of keys. |
GetValues | Gets an indexed array of objects. |
HasKey | Indicates if a key already exists. |
Remove | Remove the item by Key value. |
getIterator | Allows foreach() |
count | Allows Count(object). |