Nextras\MailPanel\FileMailer::deleteAll PHP Method

deleteAll() public method

public deleteAll ( )
    public function deleteAll()
    {
        foreach ($this->findFiles() as $file) {
            FileSystem::delete($file);
        }
    }