公開メンバ関数 | |
__construct (array $contentFolders) | |
execute () | |
backupSingleFolder ($folder) | |
Backup.php の 29 行目に定義があります。
XH\Backup::__construct | ( | array | $contentFolders | ) |
Initializes a new instance.
array | $contentFolders | An array of foldernames. |
array The configuration of the core.
Backup.php の 66 行目に定義があります。
XH\Backup::backupSingleFolder | ( | $folder | ) |
Creates and deletes the backups of a single folder.
string | $folder | A foldername. |
Backup.php の 95 行目に定義があります。
XH\Backup::execute | ( | ) |