bigace.classes.fright
[ class tree: bigace.classes.fright ] [ index: bigace.classes.fright ] [ all elements ]

Class: FrightImporter

Source Location: /classes/fright/FrightImporter.php

Class Overview


The FrightImporter is able to import a XML as File or String and setup the system with the configured settings.


Variables

Methods


Inherited Constants

Inherited Variables

Inherited Methods


Class Details

[line 61]
The FrightImporter is able to import a XML as File or String and setup the system with the configured settings.

CAREFULL: It deletes all existing settings within the System, make sure your Import is working. A Backup is created before the delete is performed, so your are always able to recover your old system.




[ Top ]


Class Variables

$currentTag =  ''

[line 72]


Type:   mixed


[ Top ]

$currentValues = array()

[line 69]


Type:   mixed


[ Top ]

$frightAdmin =

[line 74]


Type:   mixed


[ Top ]

$groupAdmin =

[line 75]


Type:   mixed


[ Top ]

$inNode = array()

[line 67]


Type:   mixed


[ Top ]

$xml_parser =

[line 64]


Type:   mixed


[ Top ]



Class Methods


constructor FrightImporter [line 77]

FrightImporter FrightImporter( )



[ Top ]

method cdata [line 218]

void cdata( mixed $parser, mixed $cdata)



[ Top ]

method checkForIntegrity [line 129]

void checkForIntegrity( mixed $xml)



[ Top ]

method checkNode [line 256]

void checkNode( mixed $name, mixed $tag, mixed $value)



[ Top ]

method clearCurrentValue [line 197]

void clearCurrentValue( )

Clears all values currently cached!



[ Top ]

method getCurrentNode [line 170]

void getCurrentNode( )

Get the Node we are currently parsing!



[ Top ]

method getCurrentValue [line 189]

void getCurrentValue( )



[ Top ]

method importFile [line 86]

void importFile( mixed $filename)

Import an XML File



[ Top ]

method importXML [line 112]

void importXML( mixed $xml)



[ Top ]

method isInNode [line 266]

void isInNode( mixed $name)



[ Top ]

method setCurrentNode [line 177]

void setCurrentNode( mixed $tag)

Set the Node we are currently parsing!



[ Top ]

method setCurrentValue [line 181]

void setCurrentValue( mixed $value)



[ Top ]

method setIsInNode [line 262]

void setIsInNode( mixed $name, mixed $value)



[ Top ]

method tag_close [line 225]

void tag_close( mixed $parser, mixed $tag)



[ Top ]

method tag_open [line 201]

void tag_open( mixed $parser, mixed $tag, mixed $attributes)



[ Top ]


Documentation generated on Tue, 11 Oct 2005 23:02:03 +0200 by phpDocumentor 1.3.0RC2