PHP Класс Phpro\SoapClient\Soap\SoapClient

Наследование: extends SoapClient
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$types array SOAP types derived from WSDL

Открытые методы

Метод Описание
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

Описание методов

getSoapElementType() публичный метод

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
Результат string

getSoapElements() публичный метод

Get SOAP elements for a complexType
public getSoapElements ( string $complexType ) : array
$complexType string Name of SOAP complexType
Результат array Names of elements and their types

getSoapTypes() публичный метод

Retrieve SOAP types from the WSDL and parse them
public getSoapTypes ( ) : array
Результат array Array of types and their properties

Описание свойств

$types защищенное свойство

SOAP types derived from WSDL
protected array $types
Результат array