예제 #1
0
파일: plugin.php 프로젝트: useada/freech-1
function &message_get_new_posting(&$api)
{
    $posting = new Posting();
    $posting->set_from_group($api->group());
    $posting->set_from_user($api->user());
    return $posting;
}