Gc\Mvc\Module::getNamespace PHP Method

getNamespace() protected method

get module namespace
protected getNamespace ( ) : string
return string
    protected function getNamespace()
    {
        return $this->namespace;
    }