Minor cleanup and fixes for Tasks

This commit is contained in:
Deon George
2013-10-11 11:00:16 +11:00
parent ac4ad76886
commit 91980b891e
3 changed files with 15 additions and 10 deletions

View File

@@ -10,6 +10,10 @@
* @license http://dev.osbill.net/license.html
*/
class Task_Adsl_Trafficget extends Minion_Task {
protected $_options = array(
'verbose'=>FALSE,
);
protected function _traffic_suppliers($active=FALSE) {
$suppliers = ORM::factory('ADSL_Supplier');