|
PACK WOC
$VERSION$
|
generates output for a PHP server side More...
#include <phptrans.h>
Signals | |
| void | errorFound () |
Public Member Functions | |
| WocPHPTransaction (WocPHPOut *) | |
| initializes the output object More... | |
| virtual void | finalize () |
| writes any last words after parsing finished More... | |
| virtual void | newTransaction (const WocTransaction &) |
| creates a transaction More... | |
Protected Attributes | |
| WocPHPOut * | m_parent |
Private Member Functions | |
| virtual void | transInfo () |
| helper: create info functions (mainly version info) at the start More... | |
| virtual void | transInfo2 () |
| helper: create info functions (mainly version info) at the end More... | |
| virtual QString | trnConstruct (const WocTransaction &) |
| helper: create transaction constructor More... | |
| virtual QString | trnHandlers (const WocTransaction &)=0 |
| helper: create handlers More... | |
| virtual QString | trnGetSet (const WocTransaction &) |
| helper: create getters and setters More... | |
| virtual QString | trnPrivileges (const WocTransaction &) |
| helper: create privilege check code for web interface More... | |
generates output for a PHP server side
| WocPHPTransaction::WocPHPTransaction | ( | WocPHPOut * | p | ) |
initializes the output object
|
signal |
|
virtual |
writes any last words after parsing finished
|
virtual |
creates a transaction
|
privatevirtual |
helper: create info functions (mainly version info) at the start
|
privatevirtual |
helper: create info functions (mainly version info) at the end
|
privatevirtual |
helper: create transaction constructor
|
privatevirtual |
helper: create getters and setters
|
privatepure virtual |
helper: create handlers
Implemented in WocPHPClientTransaction, and WocPHPServerTransaction.
|
privatevirtual |
helper: create privilege check code for web interface
|
protected |
1.8.8