public function BackupFileInterface::setFullName in Backup and Migrate 8.4
Set the full filename with extensions.
Parameters
string $fullname: The full filename (with extension, without filepath)
1 method overrides BackupFileInterface::setFullName()
- BackupFile::setFullName in lib/
backup_migrate_core/ src/ File/ BackupFile.php - Set the full filename with extensions.
File
- lib/
backup_migrate_core/ src/ File/ BackupFileInterface.php, line 75
Class
- BackupFileInterface
- Provides a metadata-only file object.
Namespace
BackupMigrate\Core\FileCode
public function setFullName($fullname);