PHP 클래스 spec\Phpro\SoapClient\CodeGenerator\Context\TypeContextSpec

상속: extends PhpSpec\ObjectBehavior
파일 보기 프로젝트 열기: phpro/soap-client

공개 메소드들

메소드 설명
it_has_a_class_generator ( ClassGenerator $class )
it_has_a_type ( Type $type )
it_is_a_context ( )
it_is_initializable ( )
let ( ClassGenerator $class, Type $type )

메소드 상세

it_has_a_class_generator() 공개 메소드

public it_has_a_class_generator ( ClassGenerator $class )
$class Zend\Code\Generator\ClassGenerator

it_has_a_type() 공개 메소드

public it_has_a_type ( Type $type )
$type Phpro\SoapClient\CodeGenerator\Model\Type

it_is_a_context() 공개 메소드

public it_is_a_context ( )

it_is_initializable() 공개 메소드

public it_is_initializable ( )

let() 공개 메소드

public let ( ClassGenerator $class, Type $type )
$class Zend\Code\Generator\ClassGenerator
$type Phpro\SoapClient\CodeGenerator\Model\Type