phpDoc of $layout updated

This commit is contained in:
Evgeniy Tkachenko
2016-05-13 14:18:19 +03:00
parent 449a572be5
commit d0a68883c7

View File

@ -50,7 +50,7 @@ class Controller extends Component implements ViewContextInterface
*/
public $defaultAction = 'index';
/**
* @var null|string|boolean the name of the layout to be applied to this controller's views.
* @var null|string|false the name of the layout to be applied to this controller's views.
* This property mainly affects the behavior of [[render()]].
* Defaults to null, meaning the actual layout value should inherit that from [[module]]'s layout value.
* If false, no layout will be applied.