PHP 클래스 QSoapMethod, qcodo

상속: extends QBaseClass
파일 보기 프로젝트 열기: qcodo/qcodo 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$objParameters
$objReturnParameter
$strName

공개 메소드들

메소드 설명
AddParameter ( QSoapParameter $objParameter )
Display ( )
GetAllParameters ( )
GetParameter ( $strName )
GetWsdlBindingOperation ( $strNamespace )
GetWsdlMethodMessages ( &$strComplexTypesArray )
GetWsdlPortTypeOperation ( )
__construct ( $strName )
__get ( $strName )
__set ( $strName, $mixValue )

메소드 상세

AddParameter() 공개 메소드

public AddParameter ( QSoapParameter $objParameter )
$objParameter QSoapParameter

Display() 공개 메소드

public Display ( )

GetAllParameters() 공개 메소드

public GetAllParameters ( )

GetParameter() 공개 메소드

public GetParameter ( $strName )

GetWsdlBindingOperation() 공개 메소드

public GetWsdlBindingOperation ( $strNamespace )

GetWsdlMethodMessages() 공개 메소드

public GetWsdlMethodMessages ( &$strComplexTypesArray )

GetWsdlPortTypeOperation() 공개 메소드

__construct() 공개 메소드

public __construct ( $strName )

__get() 공개 메소드

public __get ( $strName )

__set() 공개 메소드

public __set ( $strName, $mixValue )

프로퍼티 상세

$objParameters 보호되어 있는 프로퍼티

protected $objParameters

$objReturnParameter 보호되어 있는 프로퍼티

protected $objReturnParameter

$strName 보호되어 있는 프로퍼티

protected $strName