deleteAll() public method

public deleteAll ( ) : void
return void
Exemplo n.º 1
0
 /**
  * @return void
  */
 private function handleDeleteAll()
 {
     $this->mailer->deleteAll();
     $this->returnBack();
 }