PHP Class QSoapMethod, qcodo

Inheritance: extends QBaseClass
Show file Open project: qcodo/qcodo Class Usage Examples

Protected Properties

Property Type Description
$objParameters
$objReturnParameter
$strName

Public Methods

Method Description
AddParameter ( QSoapParameter $objParameter )
Display ( )
GetAllParameters ( )
GetParameter ( $strName )
GetWsdlBindingOperation ( $strNamespace )
GetWsdlMethodMessages ( &$strComplexTypesArray )
GetWsdlPortTypeOperation ( )
__construct ( $strName )
__get ( $strName )
__set ( $strName, $mixValue )

Method Details

AddParameter() public method

public AddParameter ( QSoapParameter $objParameter )
$objParameter QSoapParameter

Display() public method

public Display ( )

GetAllParameters() public method

public GetAllParameters ( )

GetParameter() public method

public GetParameter ( $strName )

GetWsdlBindingOperation() public method

public GetWsdlBindingOperation ( $strNamespace )

GetWsdlMethodMessages() public method

public GetWsdlMethodMessages ( &$strComplexTypesArray )

GetWsdlPortTypeOperation() public method

__construct() public method

public __construct ( $strName )

__get() public method

public __get ( $strName )

__set() public method

public __set ( $strName, $mixValue )

Property Details

$objParameters protected property

protected $objParameters

$objReturnParameter protected property

protected $objReturnParameter

$strName protected property

protected $strName