コード例 #1
0
 function update($entity)
 {
     return parent::update($this->trim_contacts($entity));
 }
コード例 #2
0
 function update($entry)
 {
     $entry['object_type'] = $this->get_object_type();
     return parent::update($entry);
 }