Namespace Nethgui\Utility
| ArrayDisposable | An array of DisposableInterface objects |
| HttpResponse | TODO: add component description here |
| NullSession | TODO: add component description here |
| PhpWrapper | Wraps global PHP functions and variables. |
| DisposableInterface | Mark an object "disposed" when it can be safely destroyed |
| PhpConsumerInterface | Classes that interacts with the global environment should use a PhpWrapper object to call global functions to facilitate unit testing. |
| SessionConsumerInterface | Objects that store data into the session should implement this interface |
| SessionInterface | Access to the session storage |