Beispiel #1
0
 /**
  * Helps with _run_filters, which is protected.
  */
 public static function run_filters_for(ApplicationController $ctrlr, $type)
 {
     $ctrlr->run_filters($type);
 }