gossi\codegen\model\parts\QualifiedNamePart::setNamespace PHP Method

setNamespace() public method

Sets the namespace
public setNamespace ( string $namespace )
$namespace string
    public function setNamespace($namespace)
    {
        $this->namespace = $namespace;
        return $this;
    }