classQSoapParameter
QSoapParameter Class Reference
Inherits QBaseClass.

Public Member Functions
- __construct ($strName, $strType, $blnArray, $blnReference)
- GetWsdlMessagePart (&$strComplexTypesArray)
- __get ($strName)
- __set ($strName, $mixValue)
- Display ()
- DisplayReturn ()
- IsObject ()
- GetPhpFromSoapCode ($strArgumentName)
- GetSoapFromPhpCode ($strArgumentName)
Protected Attributes
Constructor & Destructor Documentation
| QSoapParameter::__construct | ( | $ | strName, | |
| $ | strType, | |||
| $ | blnArray, | |||
| $ | blnReference | |||
| ) |
References $blnArray, $blnReference, $strName, and $strType.
Member Function Documentation
| QSoapParameter::__get | ( | $ | strName | ) |
Override method to perform a property "Get" This will get the value of $strName All inhereted objects that call __get() should always fall through to calling parent::__get() in a try/catch statement catching for CallerExceptions.
- Parameters:
-
string $strName Name of the property to get
- Returns:
- mixed the returned property
Reimplemented from QBaseClass.
References $strName, and QCallerException::IncrementOffset().
| QSoapParameter::__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 QBaseClass.
References $strName, QType::Boolean, QType::Cast(), QCallerException::IncrementOffset(), and QType::String.
| QSoapParameter::Display | ( | ) |
| QSoapParameter::DisplayReturn | ( | ) |
| QSoapParameter::GetPhpFromSoapCode | ( | $ | strArgumentName | ) |
References QType::DateTime, and IsObject().
| QSoapParameter::GetSoapFromPhpCode | ( | $ | strArgumentName | ) |
References QType::DateTime, and IsObject().
| QSoapParameter::GetWsdlMessagePart | ( | &$ | strComplexTypesArray | ) |
| QSoapParameter::IsObject | ( | ) |
References QType::Boolean, QType::DateTime, QType::Float, QType::Integer, and QType::String.
Referenced by GetPhpFromSoapCode(), and GetSoapFromPhpCode().
Member Data Documentation
QSoapParameter::$blnArray [protected] |
Referenced by __construct().
QSoapParameter::$blnReference [protected] |
Referenced by __construct().
QSoapParameter::$strName [protected] |
Referenced by __construct(), __get(), and __set().
QSoapParameter::$strType [protected] |
Referenced by __construct(), and GetWsdlMessagePart().
The documentation for this class was generated from the following file:
- qcodo/_core/framework/QSoapService.class.php
