Frontend\Core\Engine\Base\Config::getModule PHP Méthode

getModule() public méthode

Get the current loaded module
public getModule ( ) : string
Résultat string
    public function getModule()
    {
        return $this->module;
    }