示例#1
0
 public function delete($connection = null)
 {
     parent::delete($connection);
     if ($this->getObject() instanceof QubitInformationObject) {
         QubitSearch::updateInformationObject($this->getObject());
     }
 }