refactoring various classes.

This commit is contained in:
Taylor Otwell
2011-09-16 20:30:22 -05:00
parent c3f5abc37a
commit 32391b7f32
6 changed files with 79 additions and 33 deletions

View File

@@ -2,6 +2,13 @@
class Input {
/**
* The file manager instance.
*
* @var File
*/
protected $file;
/**
* The applicable input for the request.
*
@@ -16,13 +23,6 @@ class Input {
*/
protected $files;
/**
* The file manager instance.
*
* @var File
*/
protected $file;
/**
* The cookie engine instance.
*
@@ -33,6 +33,7 @@ class Input {
/**
* Create a new Input manager instance.
*
* @param File $file
* @param Cookie $cookies
* @param array $input
* @param array $files