Example #1
0
 function showNoticeAttachments()
 {
     $al = new AttachmentList($this->notice, $this->out);
     $al->show();
 }