/ LJCPHPCodeDoc / LJCGenTextSectionLib / LJCSections


Syntax

PHP
class LJCSections

Represents a collection of Section objects.

Remarks

The LJCSections is the top level class for the GenData object tree.

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

Public Functions
AddReplacement Adds a Replacement to an Item.
CreateColumnData Creates the data from a table definition.
CreateSections Creates the Section data from an XMLDoc node.
ElementHasChildren _FunctionSummary_
Deserialize Deserializes the data from a Sections XML file.
DeserializeString Deserializes the data from a Sections XML string.
Serialize Serializes the data to an XML file.
construct Initializes an object instance.
GetKeys Gets an indexed array of keys.
GetValues Gets an indexed array of objects.
HasKey Indicates if a key already exists.
Item Get item by index.
Add Adds an object and key value.
Clone Creates an object clone.
Remove Remove the item by Key value.
Retrieve _FunctionSummary_
getIterator Allows foreach()
count Allows Count(object).
18 Functions

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.