PHP Class spec\Phpro\SoapClient\CodeGenerator\Context\PropertyContextSpec

Inheritance: extends PhpSpec\ObjectBehavior
Mostrar archivo Open project: phpro/soap-client

Public Methods

Method Description
it_has_a_class_generator ( ClassGenerator $class )
it_has_a_property ( Property $property )
it_has_a_type ( Type $type )
it_is_a_context ( )
it_is_initializable ( )
let ( ClassGenerator $class, Type $type, Property $property )

Method Details

it_has_a_class_generator() public method

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

it_has_a_property() public method

public it_has_a_property ( Property $property )
$property Phpro\SoapClient\CodeGenerator\Model\Property

it_has_a_type() public method

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

it_is_a_context() public method

public it_is_a_context ( )

it_is_initializable() public method

public it_is_initializable ( )

let() public method

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