Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
olvlvl committed Feb 23, 2015
1 parent 96811ea commit 12ab9e9
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions lib/Core.php
Expand Up @@ -31,13 +31,16 @@
* @property-read Request $request The request being processed.
* @property Request $initial_request The initial request.
* @property-read Events $events Event collection.
* @property-read Routing\Routes $routes Route collection.
* @property-read LoggerInterface $logger The message logger.
*
* The following properties are provider by icanboogie/routing:
*
* @property Routing\Routes $routes
*
* The following properties are provider by icanboogie/module:
*
* @property Module\Models $models
* @property Module\Modules $modules
* @property Module\ModelCollection $models
* @property Module\ModuleCollection $modules
*
* The following properties are provider by icanboogie/bind-activerecord:
*
Expand Down

0 comments on commit 12ab9e9

Please sign in to comment.