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