PHP Класс Phpro\SoapClient\CodeGenerator\Assembler\ResultProviderAssembler

Наследование: implements Phpro\SoapClient\CodeGenerator\Assembler\AssemblerInterface
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
__construct ( null $wrapperClass = null ) ResultProviderAssembler constructor.
assemble ( Phpro\SoapClient\CodeGenerator\Context\ContextInterface $context )
canAssemble ( Phpro\SoapClient\CodeGenerator\Context\ContextInterface $context )

Приватные методы

Метод Описание
generateGetResultBody ( Property $property ) : string
generateGetResultReturnTag ( Property $property ) : string
implementGetResult ( Phpro\SoapClient\CodeGenerator\Context\ContextInterface $context, ClassGenerator $class, Property $property )

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

__construct() публичный Метод

ResultProviderAssembler constructor.
public __construct ( null $wrapperClass = null )
$wrapperClass null

assemble() публичный Метод

public assemble ( Phpro\SoapClient\CodeGenerator\Context\ContextInterface $context )
$context Phpro\SoapClient\CodeGenerator\Context\ContextInterface

canAssemble() публичный Метод

public canAssemble ( Phpro\SoapClient\CodeGenerator\Context\ContextInterface $context )
$context Phpro\SoapClient\CodeGenerator\Context\ContextInterface