コード例 #1
0
ファイル: Raid.php プロジェクト: slijm/e107dkp
 private function _loadAttendees()
 {
     $this->_attendees = Attendee::loadByRaid($this->_id);
 }