コード例 #1
0
 /**
  * put your comment there...
  * 
  */
 public function displayAction()
 {
     echo parent::displayAction();
 }
コード例 #2
0
 /**
  * Display templates manager form.
  * 
  */
 protected function displayAction()
 {
     // Return view.
     $this->httpContentType = 'text/html';
     $this->response = parent::displayAction();
 }