Frontend\Core\Engine\Ajax::getModule PHP Method

getModule() public method

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