Expanding doc blocks for CakeRequest.

This commit is contained in:
mark_story 2010-07-01 00:12:28 -04:00
parent bb5eab5180
commit 6e516cae73

View file

@ -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
*