improved docs about application and module namespace

fixes #3539
This commit is contained in:
Carsten Brandt
2014-05-23 19:13:44 +02:00
parent 6d4196d3bf
commit e899406494
4 changed files with 17 additions and 5 deletions

View File

@@ -31,7 +31,7 @@ class Module extends \yii\base\Module implements BootstrapInterface
*/
public $allowedIPs = ['127.0.0.1', '::1'];
/**
* @var string the namespace that controller classes are in.
* @inheritdoc
*/
public $controllerNamespace = 'yii\debug\controllers';
/**