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

Class: Filer

Source Location: /classes.inc.php

Class Overview

Object
   |
   --Filer

Filer class


Class Details

[line 151]
Filer class

A base class to read/write components from/to an xml stream




[ Top ]

Properties

  • Root   [published]

Events

    [none]

JS Events

    [none]

Methods

Constants

    [none]

Child classes:

Reader
Reader class

Inherited Properties

Inherited Events

Inherited JS Events

Inherited Methods

Class: Object

Object::__construct
Constructor
Object::className
Returns the name of the object class
Object::classNameIs
Check if the object is from a specific class
Object::classParent
Returns the parent class of the object
Object::inheritsFrom
Check if the object inherits from a specific class
Object::methodExists
Check if a method exists
Object::readProperty
Reads a property from the streams
Object::__get
To virtualize properties
Object::__set
To virtualize properties

Properties


property Root : object [line 453]

Root component

[ Top ]


Events



Javascript Events



Methods


constructor __construct [line 167]

Filer __construct( xmlparser $xmlparser)

Initializes the object by setting up a list of parents and the xml parser used to read/write components



Overrides Object::__construct (Constructor)

Parameters:

xmlparser   $xmlparser   xml parser to read/write components

[ Top ]

void cData [line 305]

void cData( xmlparser $parser, string $cdata)

Processed the data for tags



Parameters:

xmlparser   $parser   xml parser in use
string   $cdata   data to be processed

[ Top ]

void tagClose [line 384]

void tagClose( xmlparser $parser, string $tag)

Processes tag closing



Parameters:

xmlparser   $parser   xml parser in use
string   $tag   tag being closed

[ Top ]

void tagOpen [line 198]

void tagOpen( xmlparser $parser, string $tag, array $attributes)

Processed the opening tags to select which action to take



Parameters:

xmlparser   $parser   xml parser in use
string   $tag   opening tag
array   $attributes   attributes of the opening tag

[ Top ]



Documentation generated on Tue, 27 Mar 2007 13:33:30 +0200 by phpDocumentor 1.3.1