Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'core/Scheduler/Schedule/SpecificTime.php')
-rw-r--r--core/Scheduler/Schedule/SpecificTime.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/core/Scheduler/Schedule/SpecificTime.php b/core/Scheduler/Schedule/SpecificTime.php
index bc4c5bc66e..1d5263ec7c 100644
--- a/core/Scheduler/Schedule/SpecificTime.php
+++ b/core/Scheduler/Schedule/SpecificTime.php
@@ -30,4 +30,10 @@ class SpecificTime extends Schedule
{
throw new \Exception('not supported');
}
+
+ public function setScheduledTime($scheduledTime)
+ {
+ $this->scheduledTime = $scheduledTime;
+ }
+
} \ No newline at end of file