execute() 공개 메소드

Execute the action We will build the classname, require the class and call the execute method.
public execute ( ) : Response
리턴 Symfony\Component\HttpFoundation\Response
예제 #1
0
파일: Ajax.php 프로젝트: bwgraves/forkcms
 /**
  * @return Response
  */
 public function display()
 {
     return $this->ajaxAction->execute();
 }