summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorRobin Appelman <icewind@owncloud.com>2014-02-12 13:25:50 +0100
committerRobin Appelman <icewind@owncloud.com>2014-02-12 13:25:50 +0100
commit3aafa837b884e8bd701d14665d1c93e33ecc7f7e (patch)
tree37c68e2ab07a00451ad47566560c37cc3b62b458 /lib
parent60bd9d512dd37c4eec684d1aef755e1c3e7d18f5 (diff)
downloadnextcloud-server-3aafa837b884e8bd701d14665d1c93e33ecc7f7e.tar.gz
nextcloud-server-3aafa837b884e8bd701d14665d1c93e33ecc7f7e.zip
Remove internal methods from the public interface
Diffstat (limited to 'lib')
-rw-r--r--lib/public/backgroundjob/ijob.php8
1 files changed, 1 insertions, 7 deletions
diff --git a/lib/public/backgroundjob/ijob.php b/lib/public/backgroundjob/ijob.php
index c427b50401d..5bf815ef8e0 100644
--- a/lib/public/backgroundjob/ijob.php
+++ b/lib/public/backgroundjob/ijob.php
@@ -1,6 +1,6 @@
<?php
/**
- * Copyright (c) 2013 Robin Appelman <icewind@owncloud.com>
+ * Copyright (c) 2014 Robin Appelman <icewind@owncloud.com>
* This file is licensed under the Affero General Public License version 3 or
* later.
* See the COPYING-README file.
@@ -15,12 +15,6 @@ interface IJob {
*/
public function execute($jobList, $logger = null);
- public function setId($id);
-
- public function setLastRun($lastRun);
-
- public function setArgument($argument);
-
public function getId();
public function getLastRun();