Phpro\SoapClient\CodeGenerator\Context\PropertyContext::__construct PHP Method

__construct() public method

PropertyContext constructor.
public __construct ( ClassGenerator $class, Type $type, Property $property )
$class Zend\Code\Generator\ClassGenerator
$type Phpro\SoapClient\CodeGenerator\Model\Type
$property Phpro\SoapClient\CodeGenerator\Model\Property
    public function __construct(ClassGenerator $class, Type $type, Property $property)
    {
        $this->class = $class;
        $this->type = $type;
        $this->property = $property;
    }