
Static Public Member Functions | |
| static | get () |
| |
| static | post () |
| |
| static | files () |
| |
| static | cookie () |
| |
| static | session () |
| |
| static | attached () |
| |
Public Attributes | |
| const | GET = 1 |
| const | POST = 2 |
| const | FILES = 3 |
| const | COOKIE = 4 |
| const | SESSION = 5 |
| const | ATTACHED = 6 |
Protected Attributes | |
| $names | |
Definition at line 16 of file RequestType.class.php.
| static RequestType::get | ( | ) | [static] |
Definition at line 37 of file RequestType.class.php.
Referenced by PrototypedEditor::__construct(), and BaseEditor::__construct().
| static RequestType::post | ( | ) | [static] |
Definition at line 45 of file RequestType.class.php.
Referenced by PrototypedEditor::__construct(), and BaseEditor::__construct().
| static RequestType::files | ( | ) | [static] |
| static RequestType::cookie | ( | ) | [static] |
| static RequestType::session | ( | ) | [static] |
| static RequestType::attached | ( | ) | [static] |
| const RequestType::GET = 1 |
Definition at line 18 of file RequestType.class.php.
| const RequestType::POST = 2 |
Definition at line 19 of file RequestType.class.php.
| const RequestType::FILES = 3 |
Definition at line 20 of file RequestType.class.php.
| const RequestType::COOKIE = 4 |
Definition at line 21 of file RequestType.class.php.
| const RequestType::SESSION = 5 |
Definition at line 22 of file RequestType.class.php.
| const RequestType::ATTACHED = 6 |
Definition at line 23 of file RequestType.class.php.
RequestType::$names [protected] |
Initial value:
array(
self::GET => 'get',
self::POST => 'post',
self::FILES => 'files',
self::COOKIE => 'cookie',
self::SESSION => 'session',
self::ATTACHED => 'attached'
)
Reimplemented from Enumeration.
Definition at line 25 of file RequestType.class.php.
1.5.4