PHP 인터페이스 Phpro\SoapClient\CodeGenerator\Assembler\AssemblerInterface

파일 보기 프로젝트 열기: phpro/soap-client 0 사용 예제들

공개 메소드들

메소드 설명
assemble ( Phpro\SoapClient\CodeGenerator\Context\ContextInterface $context ) Assembles pieces of code.
canAssemble ( Phpro\SoapClient\CodeGenerator\Context\ContextInterface $context ) : boolean

메소드 상세

assemble() 공개 메소드

Assembles pieces of code.
public assemble ( Phpro\SoapClient\CodeGenerator\Context\ContextInterface $context )
$context Phpro\SoapClient\CodeGenerator\Context\ContextInterface

canAssemble() 공개 메소드

public canAssemble ( Phpro\SoapClient\CodeGenerator\Context\ContextInterface $context ) : boolean
$context Phpro\SoapClient\CodeGenerator\Context\ContextInterface
리턴 boolean