1 backup.class.inc | public Backup::clearLog() |
Clear the log for this backup instance.
File
- core/
includes/ backup/ backup.class.inc, line 251 - Contains the Backup base class.
Class
- Backup
- Base class for creating backups.
Code
public function clearLog() {
$this->log = array();
}