예제 #1
0
 function update($entity)
 {
     return parent::update($this->trim_contacts($entity));
 }
 function update($entry)
 {
     $entry['object_type'] = $this->get_object_type();
     return parent::update($entry);
 }