コード例 #1
0
 public function API_delete()
 {
     if ($this->isTmpAddr()) {
         derr('cannot be called on a Tmp address object');
     }
     return $this->owner->API_remove($this);
 }
コード例 #2
0
 public function API_delete()
 {
     return $this->owner->API_remove($this);
 }