PHP Class QSoapService, qcodo

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

Public Properties

Property Type Description
$DefaultNamespace

Protected Properties

Property Type Description
$objMethodArray
$objSoapServer
$strClassName
$strNamespace

Public Methods

Method Description
AlterComplexTypesArrayForArrayType ( $strArrayTypeName, $strType, &$strComplexTypesArray )
GetArrayTypeName ( $strType )
GetClassWrapper ( )
GetLocation ( )
GetWsdlTypes ( $strComplexTypesArray )
Run ( $strClassName, $strNamespace = null )
__construct ( $strClassName, $strNamespace )
__get ( $strName )

Protected Methods

Method Description
GetDisco ( )
GetWsdl ( )
GetWsdlBinding ( )
GetWsdlPortType ( )
GetWsdlService ( )
SetupSoapMethods ( ReflectionClass $objReflection )

Method Details

AlterComplexTypesArrayForArrayType() public static method

public static AlterComplexTypesArrayForArrayType ( $strArrayTypeName, $strType, &$strComplexTypesArray )

GetArrayTypeName() public static method

public static GetArrayTypeName ( $strType )

GetClassWrapper() public method

public GetClassWrapper ( )

GetDisco() protected method

protected GetDisco ( )

GetLocation() public method

public GetLocation ( )

GetWsdl() protected method

protected GetWsdl ( )

GetWsdlBinding() protected method

protected GetWsdlBinding ( )

GetWsdlPortType() protected method

protected GetWsdlPortType ( )

GetWsdlService() protected method

protected GetWsdlService ( )

GetWsdlTypes() public method

public GetWsdlTypes ( $strComplexTypesArray )

Run() public static method

public static Run ( $strClassName, $strNamespace = null )

SetupSoapMethods() protected method

protected SetupSoapMethods ( ReflectionClass $objReflection )
$objReflection ReflectionClass

__construct() public method

public __construct ( $strClassName, $strNamespace )

__get() public method

public __get ( $strName )

Property Details

$DefaultNamespace public static property

public static $DefaultNamespace

$objMethodArray protected property

protected $objMethodArray

$objSoapServer protected property

protected $objSoapServer

$strClassName protected property

protected $strClassName

$strNamespace protected property

protected $strNamespace