From 622da5f3cdf7ccb979334e42e115f0538c8dd00b Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Fri, 16 Jan 2009 05:01:22 +0000 Subject: Rename Task to Task_Definition to avoid confusion with Task_Model. Order the finished tasks by update time in the task list. --- core/libraries/Task.php | 51 ------------------------------------------------- 1 file changed, 51 deletions(-) delete mode 100644 core/libraries/Task.php (limited to 'core/libraries/Task.php') diff --git a/core/libraries/Task.php b/core/libraries/Task.php deleted file mode 100644 index 8145c512..00000000 --- a/core/libraries/Task.php +++ /dev/null @@ -1,51 +0,0 @@ -callback = $callback; - return $this; - } - - function description($description) { - $this->description = $description; - return $this; - } - - function name($name) { - $this->name = $name; - return $this; - } - - function severity($severity) { - $this->severity = $severity; - return $this; - } - -} -- cgit v1.2.3