PHP Class QSoapParameter, qcodo

Inheritance: extends QBaseClass
Show file Open project: qcodo/qcodo

Protected Properties

Property Type Description
$blnArray
$blnReference
$strName
$strType

Public Methods

Method Description
Display ( )
DisplayReturn ( )
GetPhpFromSoapCode ( $strArgumentName )
GetSoapFromPhpCode ( $strArgumentName )
GetWsdlMessagePart ( &$strComplexTypesArray )
IsObject ( )
__construct ( $strName, $strType, $blnArray, $blnReference )
__get ( $strName )
__set ( $strName, $mixValue )

Method Details

Display() public method

public Display ( )

DisplayReturn() public method

public DisplayReturn ( )

GetPhpFromSoapCode() public method

public GetPhpFromSoapCode ( $strArgumentName )

GetSoapFromPhpCode() public method

public GetSoapFromPhpCode ( $strArgumentName )

GetWsdlMessagePart() public method

public GetWsdlMessagePart ( &$strComplexTypesArray )

IsObject() public method

public IsObject ( )

__construct() public method

public __construct ( $strName, $strType, $blnArray, $blnReference )

__get() public method

public __get ( $strName )

__set() public method

public __set ( $strName, $mixValue )

Property Details

$blnArray protected property

protected $blnArray

$blnReference protected property

protected $blnReference

$strName protected property

protected $strName

$strType protected property

protected $strType