Object | --Filer
Located in File: /classes.inc.php
This is an internal class used by the streaming system to load all objects from an XML file. It uses the XML parser to read the file, creates the objects and assign property values
![]() | Root | Root component |
property Root (line 597)
This property specifies the root component for which all read components are going to be owned.
| __construct | Constructs an object and initializes its data before the object is first used. [Overrides Object::__construct()] |
| cData | Processes the data for tags |
| tagClose | Processes tag closing |
| tagOpen | Processes the opening tags to select which action to take |
Defined in class Object |
||
![]() | __construct | Constructs an object and initializes its data before the object is first used. |
![]() | className | Returns a string indicating the type of the object instance (as opposed to the type of the variable passed as an argument). |
![]() | classParent | Returns the type of the immediate ancestor of a class. |
Constructor __construct (line 246)
Overrides : Object::__construct() Constructs an object and initializes its data before the object is first used.
Method cData (line 438)
Method tagClose (line 524)
Method tagOpen (line 282)