VCL
[ class tree: VCL ] [ index: VCL ] [ all elements ]

Class: Reader

Source Location: /classes.inc.php

Class Overview

Object
   |
   --Filer
      |
      --Reader

A class for reading components from an xml stream


Author(s):

Methods


Inherited Variables

Inherited Methods

Class: Filer

Filer::__construct()
Initializes the object by setting up a list of parents and the xml parser used to read/write components
Filer::cData()
Processes the data for tags
Filer::getRoot()
Root component
Filer::setRoot()
Filer::tagClose()
Processes tag closing
Filer::tagOpen()
Processes the opening tags to select which action to take
Filer::VCLDecodeUnicode()

Class: Object

Object::__construct()
Constructs an object and initializes its data before the object is first used.
Object::className()
Returns a string indicating the type of the object instance (as opposed to the type of the variable passed as an argument).
Object::classNameIs()
Determines whether an object is of a specific type.
Object::classParent()
Returns the type of the immediate ancestor of a class.
Object::inheritsFrom()
Determines the relationship of two object types.
Object::methodExists()
Check if a method exists declared on this object instance.
Object::readProperty()
Reads a property from the streams
Object::__get()
To virtualize properties
Object::__set()
To virtualize properties

Class Details

[line 621]
A class for reading components from an xml stream

Inherits from Filer and provides a method to start the read process which will create the components stored on the XML file and will assign all properties.




Tags:



[ Top ]


Class Methods


method readRootComponent [line 628]

void readRootComponent( object $root, string $stream)

Reads a component and all its children from a stream



Parameters:

object   $root   Root component to read
string   $stream   XML stream to read from

[ Top ]


Documentation generated on Sat, 13 Jun 2009 10:51:01 -0700 by phpDocumentor 1.4.1