PACK WOC
$VERSION$
|
specialization that creates a PHP client More...
#include <phpout.h>
Public Member Functions | |
WocPHPClientOut (const QDomElement &) | |
initializes the output object More... | |
Public Member Functions inherited from WocPHPOut | |
WocPHPOut (const QDomElement &) | |
initializes the output object More... | |
virtual | ~WocPHPOut ()=0 |
Public Member Functions inherited from WocOutput | |
WocOutput () | |
the constructor should set up and initialize the environment of the generator More... | |
virtual | ~WocOutput () |
currently there is no guarantee that the destructor is ever called. More... | |
Additional Inherited Members | |
Signals inherited from WocOutput | |
void | errorFound () |
Protected Slots inherited from WocOutput | |
Protected Member Functions inherited from WocPHPOut | |
virtual void | finalize () |
writes any last words after parsing finished More... | |
virtual void | newClass (const WocClass &) |
creates a class More... | |
virtual void | newTable (const WocTable &) |
creates a table More... | |
virtual void | newTransaction (const WocTransaction &) |
creates a transaction More... | |
void | addLoad (QString classname, QString filename) |
helper: adds a loader line for a class to autoload.php More... | |
void | addStaticLoad (QString classname, QString filename) |
helper: adds an immediate loader line for a class to autoload.php More... | |
QString | classPrefix () |
helper: returns the class prefix More... | |
QString | className (const WocClass &c) |
helper: return the PHP-class-name of a WocClass More... | |
QString | abstractClassName (const WocClass &c) |
helper: return the PHP-class-name of a WocClass plus Abstract if it is abstract More... | |
QString | trnClassName (const WocTransaction &t) |
helper: returns the PHP-class-name for a WocTransaction More... | |
Protected Attributes inherited from WocPHPOut | |
QString | m_basedir |
QString | m_subdir |
QString | m_fileext |
QString | m_transbase |
QString | m_lang |
QFile | m_loader |
QFile | m_schema |
QFile | m_transact |
WocPHPClass * | pclass |
WocPHPTable * | ptable |
WocPHPTransaction * | ptrans |
specialization that creates a PHP client
WocPHPClientOut::WocPHPClientOut | ( | const QDomElement & | el | ) |
initializes the output object