__construct()
__construct(array $data, \LiftKit\Input\Input $get = null, \LiftKit\Input\Input $post = null, \LiftKit\Input\Input $cookie = null)
Initialize object
Parameters
array | $data | Data from the $_SERVER array |
\LiftKit\Input\Input | $get | Input object generated from the $_GET array |
\LiftKit\Input\Input | $post | Input object generated from the $_POST array |
\LiftKit\Input\Input | $cookie | Input object generated from the $_COOKIE array |