phpDocumentor SAFOX
[ class tree: SAFOX ] [ index: SAFOX ] [ all elements ]

Class: SAFOX

Source Location: /safox.cls.php

Class SAFOX

Class Overview

SAFOX a wrapper class for the SAFOX API

The SAFOX Wrapper allows to create all SAFOX objects but only binds/loads source file when considered necessary. A single require / include line of code (include "safox.cls.php";) gives access to all source files and classes

Located in /safox.cls.php [line 83]



		
				Author(s):
		
  • CVH
Information Tags:
Version:  0.5

Methods

[ Top ]
Method Summary
SAFOX   SAFOX()   SAFOX constructor
RSSDoc   &createRSSDoc()   creates a RSSDoc (RSS 2.0) Generation object and returns a reference to this. automatically loads necessary files
RSSParser   &createRSSParser()   creates a RSSParser (RSS 2.0) object and returns a reference to this. automatically loads necessary files
XMLDoc   &createXMLDoc()   creates a XMLDoc Generation object and returns a reference to this. automatically loads necessary files
@   &createXMLParser()   creates a XMLParser object and returns a reference to this. automatically loads necessary files
float   getVersion()   returns the current version of the SAFOX API
float   ver()   alias to getVersion() - returns the current version of the SAFOX API

[ Top ]
Methods
Constructor SAFOX  [line 87]

  SAFOX SAFOX( )

SAFOX constructor



[ Top ]
createRSSDoc  [line 125]

  RSSDoc &createRSSDoc( mixed $title, mixed $link, mixed $description  )

creates a RSSDoc (RSS 2.0) Generation object and returns a reference to this. automatically loads necessary files



[ Top ]
createRSSParser  [line 140]

  RSSParser &createRSSParser( )

creates a RSSParser (RSS 2.0) object and returns a reference to this. automatically loads necessary files



[ Top ]
createXMLDoc  [line 95]

  XMLDoc &createXMLDoc( )

creates a XMLDoc Generation object and returns a reference to this. automatically loads necessary files



[ Top ]
createXMLParser  [line 110]

  @ &createXMLParser( )

creates a XMLParser object and returns a reference to this. automatically loads necessary files


API Tags:
Return:  XMLParser


[ Top ]
getVersion  [line 154]

  float getVersion( )

returns the current version of the SAFOX API



[ Top ]
ver  [line 161]

  float ver( )

alias to getVersion() - returns the current version of the SAFOX API



[ Top ]

Documentation generated on Thu, 9 Feb 2006 13:55:07 +0100 by phpDocumentor 1.3.0RC3