コード例 #1
0
 /**
  * Overwrites the parent display and runs the tests first
  *
  * @see \App\Common\Controllers\appController::display()
  *
  * @param array $args
  *            Params of the display
  */
 public function display(array $args)
 {
     /* Run the tests */
     $this->model->checkAll();
     /* Display the results */
     parent::display($args);
 }