/ LJCPHPCodeDoc / LJCGenTextSectionLib / LJCSection


Syntax

PHP
class LJCSection

Represents a template Section.

Remarks

A Section identifies a section of text for which there can be one or more items.

The text within the Section will be generated once for each Item identified in the XMLData file. The Replacements for the current Item are applied to the text.

A Section can appear within another Section but must not cross Section borders. The active Replacements will be for the current Item and the parent tree current Items. That is for all current Items in which the current section is enclosed.

Public Functions
construct Initializes an object instance.
Clone Creates a copy of the current object.
2 Functions

Public Properties
$Begin The Section begin stream offset.
$CurrentItem The Current Item object.
$Items The Section Items.
$Name The Section name.

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