Skip to content

Commit

Permalink
Expanding doc blocks for CakeRequest.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Jul 1, 2010
1 parent bb5eab5 commit 6e516ca
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cake/libs/cake_request.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
<?php
/**
* A class that helps wrap Request information and particulars about a single request.
* Provides methods commonly used to introspect on the request headers and request body.
*
* Has both an Array and Object interface. You can access framework parameters using indexes
*
* `$request['controller']` or `$request->controller`.
*
* PHP 5
*
Expand Down

0 comments on commit 6e516ca

Please sign in to comment.