property codestyle framework

This commit is contained in:
Carsten Brandt
2014-07-30 00:20:53 +02:00
parent 5976d1c576
commit 3a1e0f3a5c
160 changed files with 188 additions and 33 deletions

View File

@@ -106,6 +106,7 @@ class Module extends ServiceLocator
* [[Controller::defaultAction]].
*/
public $defaultRoute = 'default';
/**
* @var string the root directory of the module.
*/
@@ -127,6 +128,7 @@ class Module extends ServiceLocator
*/
private static $_instances = [];
/**
* Constructor.
* @param string $id the ID of this module