luya\base\Module::getNamespace PHP Method

getNamespace() public method

returns "luya\base" for example.
public getNamespace ( ) : string
return string
    public function getNamespace()
    {
        return implode('\\', array_slice(explode('\\', get_class($this)), 0, -1));
    }