示例#1
0
 public function deleteInstance()
 {
     $temp = parent::deleteInstance();
     $temp && ($this->sellingFormatTemplateModel = NULL);
     $temp && ($this->synchronizationTemplateModel = NULL);
     return $temp;
 }