mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-13 22:06:51 +08:00
phpDoc of $layout updated
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user