Exemple #1
0
 /**
  * Global function to call Picture::get_controllers
  * @see PostController::get_controller
  */
 function get_picture_controller($key = null, $options = array())
 {
     return Picture::get_controller($key, $options);
 }