| Class Summary | |
|---|---|
| phpbb_request | All application input is accessed through this class. |
| phpbb_request_deactivated_super_global | Replacement for a superglobal (like $_GET or $_POST) which calls trigger_error on all operations but isset, overloads the [] operator with SPL. |
| phpbb_request_type_cast_helper | A helper class that provides convenience methods for type casting. |
| Interface Summary | |
|---|---|
| phpbb_request_interface | An interface through which all application input can be accessed. |
| phpbb_request_type_cast_helper_interface | An interface for type cast operations. |