PunkAve\FileUploaderBundle\Services\FileUploader::removeFiles PHP Метод

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

If you pass consistent options to this method and handleFileUpload with regard to paths, then you will get consistent results.
public removeFiles ( $options = [] )
    public function removeFiles($options = array())
    {
        return $this->options['file_manager']->removeFiles($options);
    }