Add @link to docblocks on Form, Html, Js, Paginator, Rss and Session helpers

This commit is contained in:
Kyle Robinson Young 2011-11-29 21:23:02 -08:00
parent 7f68699fcd
commit 1d50562931
7 changed files with 29 additions and 2 deletions

View file

@ -87,6 +87,7 @@ class CacheHelper extends AppHelper {
* @param string $out output to cache
* @param boolean $cache Whether or not a cache file should be written.
* @return string view ouput
* @link http://book.cakephp.org/2.0/en/core-libraries/helpers/cache.html
*/
public function cache($file, $out, $cache = false) {
$cacheTime = 0;