Exemplo n.º 1
0
 function handle_object($object_id)
 {
     $journal = new journal();
     return $journal->get_content($object_id);
 }