Backend\Core\Engine\Ajax::display PHP 메소드

display() 공개 메소드

public display ( ) : Response
리턴 Symfony\Component\HttpFoundation\Response
    public function display()
    {
        return $this->ajaxAction->execute();
    }