Frontend\Core\Engine\AjaxAction::getAction PHP Method

getAction() public method

REMARK: You should not use this method from your code, but it has to be public so we can access it later on in the core-code.
public getAction ( ) : string
return string
    public function getAction()
    {
        return $this->action;
    }