Ejemplo n.º 1
0
 public function Delete()
 {
     if (is_array($this->_property)) {
         $obProperty = new CIBlockProperty();
         if ($obProperty->Delete($this->_property["ID"])) {
             $this->_property = false;
         }
     }
     parent::Delete();
     return true;
 }