Remove internal methods from the public interface

This commit is contained in:
Robin Appelman 2014-02-12 13:25:50 +01:00
parent 60bd9d512d
commit 3aafa837b8
1 changed files with 1 additions and 7 deletions

View File

@ -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();