execute() public method

Execute the action We will build the classname, require the class and call the execute method.
public execute ( ) : Response
return Symfony\Component\HttpFoundation\Response
Beispiel #1
0
 /**
  * @return Response
  */
 public function display()
 {
     return $this->ajaxAction->execute();
 }