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