auto_backup
in package
Option handler class
Table of Contents
Methods
- __construct() : mixed
- class instantiation function
- getOptionsSupported() : array<string|int, mixed>
- Reports the supported options
- handleOption() : mixed
- timer_handler() : mixed
- Handles the periodic start of the backup/restore utility to backup the database
Methods
__construct()
class instantiation function
public
__construct() : mixed
getOptionsSupported()
Reports the supported options
public
getOptionsSupported() : array<string|int, mixed>
Return values
array<string|int, mixed>handleOption()
public
handleOption(mixed $option, mixed $currentValue) : mixed
Parameters
- $option : mixed
- $currentValue : mixed
timer_handler()
Handles the periodic start of the backup/restore utility to backup the database
public
static timer_handler(string $discard) : mixed
Parameters
- $discard : string