Exemplo n.º 1
0
 /**
  * Papierkorb leeren
  * @return boolean
  */
 protected function doTrash()
 {
     if (!$this->deleteActions || !$this->config->articles_trash) {
         return false;
     }
     return $this->articleList->emptyTrash();
 }