コード例 #1
0
ファイル: shownotice.php プロジェクト: stevertiqo/StatusNet
 function showNoticeAttachments()
 {
     $al = new AttachmentList($this->notice, $this->out);
     $al->show();
 }