Frontend\Core\Engine\Base\AjaxAction::getModule PHP Method

getModule() public method

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