コード例 #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;
}