Phpro\SoapClient\CodeGenerator\Context\TypeContext::__construct PHP Méthode

__construct() public méthode

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