flush() публичный Метод

public flush ( )
 public function flushAction()
 {
     $bin = new Element\Recyclebin();
     $bin->flush();
     $this->_helper->json(array("success" => true));
 }