Example #1
0
 function __construct()
 {
     $this->input = Input::instance();
     $this->output = new Output();
 }
Example #2
0
 public function setup()
 {
     $this->input = Input::instance();
 }