Phpro\SoapClient\CodeGenerator\Model\Property::__construct PHP Method

__construct() public method

Property constructor.
public __construct ( string $name, string $type )
$name string
$type string
    public function __construct($name, $type)
    {
        $this->name = Normalizer::normalizeProperty($name);
        $this->type = Normalizer::normalizeDataType($type);
    }