Namespace ICanBoogie
Namespaces summary
ICanBoogie\Autoconfig |
ICanBoogie\Binding |
ICanBoogie\Core |
ICanBoogie\Routing |
ICanBoogie\Session |
Classes summary
AlreadyAuthenticated | Exception thrown when the user is already authenticated. |
Core | Core of the ICanBoogie framework. |
Debug | |
Helpers | Patchable helpers of the ICanBoogie package. |
Hooks | |
Logger | A message logger using the core'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
CoreAlreadyBooted | Exception thrown in attempt to boot the application a second time. |
CoreAlreadyInstantiated | Exception thrown in attempt to create a second instance. |
CoreAlreadyRunning | Exception thrown in attempt to run the core a second time. |
CoreNotInstantiated | Exception thrown in attempt to obtain the core before is has been instantiated. |