Example #1
0
 private function __construct(Input $var)
 {
     if ($var instanceof Input) {
         $this->param = $var->post();
     }
 }