Fix api docblocks for View layer classes.

This commit is contained in:
ADmad 2014-05-30 00:31:20 +05:30
parent 390441d3b9
commit 16df061d66
18 changed files with 105 additions and 131 deletions
lib/Cake/View

View file

@ -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