Exemplo n.º 1
0
 public function __construct($appType, $defaultParams)
 {
     ob_end_clean();
     $this->response = new N2AjaxResponse($appType);
     parent::__construct($appType, $defaultParams);
 }