コード例 #1
0
ファイル: Model.class.php プロジェクト: rmiddle/cerb4
 /**
  * returns an array of the message's attachments
  *
  * @return Model_Attachment[]
  */
 function getAttachments()
 {
     $attachments = DAO_Attachment::getByMessageId($this->id);
     return $attachments;
 }