Namespace ICanBoogie
Namespaces summary
ICanBoogie\Application |
ICanBoogie\Autoconfig |
ICanBoogie\Binding |
ICanBoogie\Routing |
ICanBoogie\Session |
Classes summary
AlreadyAuthenticated | Exception thrown when the user is already authenticated. |
AppConfig | |
Core | Core of the ICanBoogie framework. |
Debug | |
Helpers | Patchable helpers of the ICanBoogie package. |
Hooks | |
Logger | A message logger using the application's session to store the messages. |
LogLevel | Adds the SUCCESS level to the PSR. |
SessionWithEvent | Extends the Session class to fire ICanBoogie\Session::start when a session is started. |
Interfaces summary
LoggerInterface | Extends the PSR interface with the following methods: |
Traits summary
AppAccessor | Accessor for the $app property. |
LoggerTrait | Adds the success() method to the PSR. |
Exceptions summary
ApplicationAlreadyBooted | Exception thrown in attempt to boot the application a second time. |
ApplicationAlreadyInstantiated | Exception thrown in attempt to create a second instance. |
ApplicationAlreadyRunning | Exception thrown in attempt to run the application a second time. |
ApplicationNotInstantiated | Exception thrown in attempt to obtain the application before is has been instantiated. |