Frontend\Core\Engine\AjaxAction::getAction PHP 메소드

getAction() 공개 메소드

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
리턴 string
    public function getAction()
    {
        return $this->action;
    }