spec\Phpro\SoapClient\CodeGenerator\Context\PropertyContextSpec::let PHP Метод

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

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
    function let(ClassGenerator $class, Type $type, Property $property)
    {
        $this->beConstructedWith($class, $type, $property);
    }