mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-06-19 05:03:43 +00:00
Fix api docblocks for View layer classes.
This commit is contained in:
parent
390441d3b9
commit
16df061d66
18 changed files with 105 additions and 131 deletions
lib/Cake/View
|
@ -935,7 +935,7 @@ class View extends Object {
|
|||
/**
|
||||
* Sandbox method to evaluate a template / view script in.
|
||||
*
|
||||
* @param string $viewFn Filename of the view
|
||||
* @param string $viewFile Filename of the view
|
||||
* @param array $dataForView Data to include in rendered view.
|
||||
* If empty the current View::$viewVars will be used.
|
||||
* @return string Rendered output
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue