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

getAction() 공개 메소드

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