Esempio n. 1
0
 /**
  * Disable the execution of "After" controller method.
  * Can be executed in "Before" or main controller methods.
  * @return void
  */
 protected function preventAfter()
 {
     self::$preventAfterController = true;
 }