1 backup.class.inc | public Backup::getTarget() |
Get the target of the backup.
Return value
string:
File
- core/
includes/ backup/ backup.class.inc, line 95 - Contains the Backup base class.
Class
- Backup
- Base class for creating backups.
Code
public function getTarget() {
return $this->backupTarget;
}