refactoring auth class.

This commit is contained in:
Taylor Otwell
2011-07-07 23:00:40 -05:00
parent 06cb63f502
commit 70e35fb3d7
2 changed files with 4 additions and 5 deletions

View File

@@ -5,6 +5,8 @@ class Arr {
/**
* Get an item from an array.
*
* If the specified key is null, the entire array will be returned.
*
* @param array $array
* @param string $key
* @param mixed $default