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
 /**
  * @return Response
  */
 public function display()
 {
     return $this->ajaxAction->execute();
 }