mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 02:56:15 +00:00
Expanding doc blocks for CakeRequest.
This commit is contained in:
parent
bb5eab5180
commit
6e516cae73
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
*
|
||||
|
|
Loading…
Add table
Reference in a new issue