예제 #1
0
 /**
  * Global function to call PostController::get_controllers
  * @see PostController::get_controllers
  */
 function get_post_controllers($args = null)
 {
     return PostController::get_controllers($args);
 }