Exemplo n.º 1
0
 /**
  * Artikel löschen
  * @param array $ids
  * @return boolean
  */
 protected function doDelete(array $ids)
 {
     if (!$this->deleteActions) {
         return false;
     }
     return $this->articleList->deleteArticles($ids);
 }