Exemplo n.º 1
0
 /**
  * Kommentare de/aktivieren
  * @param array $ids
  * @return bool
  */
 protected function doComments(array $ids)
 {
     return $this->articleList->toggleComments($ids);
 }