Exemplo n.º 1
0
 public function delete()
 {
     $this->deleteZoneProducts();
     $this->deleteCategories();
     if (parent::delete()) {
         return $this->deleteImage() && Configuration::updateGlobalValue('PS_SCENE_FEATURE_ACTIVE', Scene::isCurrentlyUsed($this->def['table'], true));
     }
     return false;
 }