mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Improve documentation
This commit is contained in:
parent
e825823e9a
commit
527b9fe640
1 changed files with 2 additions and 2 deletions
|
@ -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';
|
||||
|
||||
|
|
Loading…
Reference in a new issue