Classes
\
Name | Description | |
---|---|---|
Exception | No description available | EMPTY |
InvalidArgumentException | No description available | EMPTY |
LogicException | No description available | EMPTY |
\Aviat\Ion
Name | Description | |
---|---|---|
Config | Wrapper for configuration values | EMPTY |
Enum | Class emulating an enumeration type | EMPTY |
Friend | Friend class for testing | EMPTY |
Json | Helper class for json convenience methods | EMPTY |
JsonException | Exceptions thrown by the Json class | EMPTY |
Model | Common base for all Models | EMPTY |
View | Base view response class | EMPTY |
XML | XML <=> PHP Array codec | EMPTY |
\Aviat\Ion\Di
Name | Description | |
---|---|---|
Container | Dependency container | EMPTY |
\Aviat\Ion\Di\Exception
Name | Description | |
---|---|---|
ContainerException | Generic exception for Di Container | EMPTY |
NotFoundException | Exception for Di Container when trying to access a key that doesn't exist in the container | EMPTY |
\Aviat\Ion\Exception
Name | Description | |
---|---|---|
ConfigException | Exception for bad configuration | EMPTY |
DoubleRenderException | Exception called when a view is attempted to be sent twice | EMPTY |
\Aviat\Ion\Model
Name | Description | |
---|---|---|
DB | Base model for database interaction | EMPTY |
\Aviat\Ion\Transformer
Name | Description | |
---|---|---|
AbstractTransformer | Base class for data transformation | EMPTY |
\Aviat\Ion\Type
Name | Description | |
---|---|---|
ArrayType | Wrapper class for native array methods for convenience | EMPTY |
StringType | Wrapper around Stringy | EMPTY |