Namespace Nette\Utils
| ArrayHash | Provides objects to work as array. |
| ArrayList | Provides the base class for a generic list (items can be accessed by index). |
| Arrays | Array tools library. |
| Callback | PHP callable tools. |
| DateTime | DateTime. |
| FileSystem | File system tool. |
| Finder | Finder allows searching through directory trees using iterator. |
| Html | HTML helper. |
| Image | Basic manipulation with images. |
| Json | JSON encoder and decoder. |
| LimitedScope | Limited scope for PHP code evaluation and script including. |
| MimeTypeDetector | Mime type detector. |
| ObjectMixin | Nette\Object behaviour mixin. |
| Paginator | Paginating math. |
| Random | Secure random string generator. |
| Strings | String tools library. |
| TokenIterator | Traversing helper. |
| Tokenizer | Simple lexical analyser. |
| Validators | Validation utilities. |
| IHtmlString |
| AssertionException | The exception that indicates assertion error. |
| ImageException | The exception that is thrown when an image error occurs. |
| JsonException | The exception that indicates error of JSON encoding/decoding. |
| RegexpException | The exception that indicates error of the last Regexp execution. |
| TokenizerException | The exception that indicates tokenizer error. |
| UnknownImageFileException | The exception that indicates invalid image file. |