PACK WOC
$VERSION$
|
generates output for a PHP server side More...
#include <phpstrans.h>
Public Member Functions | |
WocPHPServerTransaction (WocPHPOut *) | |
initializes the output object More... | |
Public Member Functions inherited from WocPHPTransaction | |
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... | |
Private Member Functions | |
virtual QString | trnHandlers (const WocTransaction &) |
helper: create handlers More... | |
QString | trnInput (const WocTransaction &) |
helper: create transaction input parser More... | |
QString | trnOutput (const WocTransaction &) |
helper: create transaction output serializer More... | |
QString | trnExecute (const WocTransaction &) |
helper: create direct execution code for web interface More... | |
Additional Inherited Members | |
Signals inherited from WocPHPTransaction | |
void | errorFound () |
Protected Attributes inherited from WocPHPTransaction | |
WocPHPOut * | m_parent |
generates output for a PHP server side
WocPHPServerTransaction::WocPHPServerTransaction | ( | WocPHPOut * | p | ) |
initializes the output object
|
private |
helper: create direct execution code for web interface
|
privatevirtual |
helper: create handlers
Implements WocPHPTransaction.
|
private |
helper: create transaction input parser
|
private |
helper: create transaction output serializer