Namespace Nethgui\Controller
| Nethgui\Controller\Collection |
| Nethgui\Controller\Table |
| AbstractController | |
| CollectionController | TODO: add component description here |
| CompositeController | A composition of modules, where only one member receives the request handling calls. |
| ListComposite | A List of modules that forwards request handling to its parts. |
| NullRequest | The default empty request for Standard modules |
| RequestTest | Generated by PHPUnit_SkeletonGenerator 1.2.0 on 2013-08-23 at 13:40:11. |
| TableController | A Controller for handling a generic table CRUD scenario, and any other action defined on a table. |
| TabsController |
| RequestHandlerInterface | Request handlers executes Module logics. |
| RequestInterface | A Request is the input data to process |
| ValidationReportInterface | Collect validation errors |