Classes summary
| ArrayHash |
Provides objects to work as array.
|
| ArrayList |
Provides the base class for a generic list (items can be accessed by index). |
| Callback |
PHP callback encapsulation. |
| DateTime |
DateTime with serialization and timestamp support for PHP 5.2. |
| Environment |
Nette environment and configuration. |
| Framework |
The Nette Framework (https://nette.org) |
| FreezableObject |
Defines an object that has a modifiable and a read-only (frozen) state. |
| Image |
Basic manipulation with images. |
| Object |
Nette\Object is the ultimate ancestor of all instantiable classes. |
| ObjectMixin |
Nette\Object behaviour mixin. |
Exceptions summary
| ArgumentOutOfRangeException |
The exception that is thrown when the value of an argument is outside the
allowable range of values as defined by the invoked method. |
| DeprecatedException |
The exception that is thrown when a requested method or operation is deprecated. |
| DirectoryNotFoundException |
The exception that is thrown when part of a file or directory cannot be found. |
| FatalErrorException |
The exception that indicates errors that can not be recovered from. Execution of
the script should be halted. |
| FileNotFoundException |
The exception that is thrown when accessing a file that does not exist on disk. |
| InvalidArgumentException |
The exception that is thrown when an argument does not match with the expected
value. |
| InvalidStateException |
The exception that is thrown when a method call is invalid for the object's
current state, method has been invoked at an illegal or inappropriate time. |
| IOException |
The exception that is thrown when an I/O error occurs. |
| MemberAccessException |
The exception that is thrown when accessing a class member (property or method)
fails. |
| NotImplementedException |
The exception that is thrown when a requested method or operation is not
implemented. |
| NotSupportedException |
The exception that is thrown when an invoked method is not supported. For
scenarios where it is sometimes possible to perform the requested operation, see
InvalidStateException. |
| OutOfRangeException |
The exception that is thrown when an illegal index was requested. |
| StaticClassException |
The exception that is thrown when static class is instantiated. |
| UnexpectedValueException |
The exception that is thrown when a value (typically returned by function) does
not match with the expected value. |
| UnknownImageFileException |
The exception that indicates invalid image file. |