예제 #1
0
 function attendees()
 {
     if (isset($this->attendees_records)) {
         return $this->attendees_records;
     }
     $this->attendees_records = Attendee::by_blacklist_id($this->id);
     return $this->attendees_records;
 }