Initial xentral_oss_20.3.c9ffacf
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
namespace Xentral\Modules\Backup\Scheduler;
|
||||
|
||||
use ArrayObject;
|
||||
|
||||
interface BackupSchedulerTaskInterface
|
||||
{
|
||||
public function execute();
|
||||
|
||||
public function cleanup();
|
||||
|
||||
public function beforeScheduleAction(ArrayObject $args);
|
||||
|
||||
public function afterScheduleAction(ArrayObject $args);
|
||||
}
|
||||
Reference in New Issue
Block a user