classQRestServiceCodeGen
QRestServiceCodeGen Class Reference
Inherits QCodeGen.
Collaboration diagram for QRestServiceCodeGen:

Public Member Functions
- __construct ($objSettingsXml)
- GetTitle ()
- GetConfigXml ()
- GetReportLabel ()
- GenerateAll ()
- __get ($strName)
- __set ($strName, $mixValue)
Protected Attributes
Constructor & Destructor Documentation
| QRestServiceCodeGen::__construct | ( | $ | objSettingsXml | ) |
References QCodeGenBase::LookupSetting().
Member Function Documentation
| QRestServiceCodeGen::__get | ( | $ | strName | ) |
Override method to perform a property "Get" This will get the value of $strName
- Parameters:
-
string strName Name of the property to get
- Returns:
- mixed
Reimplemented from QCodeGenBase.
References QCallerException::IncrementOffset().
| QRestServiceCodeGen::__set | ( | $ | strName, | |
| $ | mixValue | |||
| ) |
Override method to perform a property "Set" This will set the property $strName to be $mixValue All inhereted objects that call __set() should always fall through to calling parent::__set() in a try/catch statement catching for CallerExceptions.
- Parameters:
-
string $strName Name of the property to set string $mixValue New value of the property
- Returns:
- mixed the property that was set
Reimplemented from QCodeGenBase.
References QCallerException::IncrementOffset().
| QRestServiceCodeGen::GenerateAll | ( | ) |
| QRestServiceCodeGen::GetConfigXml | ( | ) |
| QRestServiceCodeGen::GetReportLabel | ( | ) |
| QRestServiceCodeGen::GetTitle | ( | ) |
Member Data Documentation
QRestServiceCodeGen::$strServiceUrl [protected] |
The documentation for this class was generated from the following file:
- qcodo/_core/codegen/QRestServiceCodeGen.class.php
