Improve documentation

This commit is contained in:
Val Bancer 2018-10-22 10:11:01 +02:00 committed by GitHub
parent e825823e9a
commit 527b9fe640
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -120,9 +120,9 @@ class View extends CakeObject {
public $view = null;
/**
* Name of layout to use with this View.
* Name of layout to use with this View. If `false` then no layout is rendered.
*
* @var string
* @var string|bool
*/
public $layout = 'default';