PHP Class Phpro\SoapClient\Soap\SoapClient

Inheritance: extends SoapClient
Afficher le fichier Open project: phpro/soap-client Class Usage Examples

Protected Properties

Свойство Type Description
$types array SOAP types derived from WSDL

Méthodes publiques

Méthode Description
getSoapElementType ( string $complexType, string $element ) : string Get a SOAP type’s element
getSoapElements ( string $complexType ) : array Get SOAP elements for a complexType
getSoapTypes ( ) : array Retrieve SOAP types from the WSDL and parse them

Method Details

getSoapElementType() public méthode

Get a SOAP type’s element
public getSoapElementType ( string $complexType, string $element ) : string
$complexType string Name of SOAP complexType
$element string Name of element belonging to SOAP complexType
Résultat string

getSoapElements() public méthode

Get SOAP elements for a complexType
public getSoapElements ( string $complexType ) : array
$complexType string Name of SOAP complexType
Résultat array Names of elements and their types

getSoapTypes() public méthode

Retrieve SOAP types from the WSDL and parse them
public getSoapTypes ( ) : array
Résultat array Array of types and their properties

Property Details

$types protected_oe property

SOAP types derived from WSDL
protected array $types
Résultat array