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

getAction() public method

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