예제 #1
0
파일: Kernel.php 프로젝트: jandjerry/tinyfw
 function __construct()
 {
     $this->input = Input::instance();
     $this->output = new Output();
 }
예제 #2
0
 public function setup()
 {
     $this->input = Input::instance();
 }