示例#1
0
 /**
  * {@inheritDoc}
  */
 public function delete(Filesystem $filesystem, array $options = array())
 {
     $options = $options + array(FTP::RECURSIVE => true);
     $deleter = $this->deleterVoter->vote($filesystem, $options);
     return $deleter->delete($filesystem, $options);
 }