Class: Filer
Source Location: /classes.inc.php
Object
|
--Filer
Filer class
|
Class Details
|
|
|
|
|
|
|
|
|
|
Inherited Properties
|
Inherited Events
|
Inherited JS Events
|
Inherited Methods
|
|
Properties
Events
Javascript Events
Methods
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:
void
cData [line 305]
void cData(
xmlparser
$parser, string
$cdata)
|
|
Processed the data for tags
Parameters:
void
tagClose [line 384]
void tagClose(
xmlparser
$parser, string
$tag)
|
|
Processes tag closing
Parameters:
void
tagOpen [line 198]
void tagOpen(
xmlparser
$parser, string
$tag, array
$attributes)
|
|
Processed the opening tags to select which action to take
Parameters:
|
|