mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-05 02:52:41 +00:00
Add @link to docblocks on Form, Html, Js, Paginator, Rss and Session helpers
This commit is contained in:
parent
7f68699fcd
commit
1d50562931
7 changed files with 29 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue