Adding documentation to classes belonging to Cake console.

Standarizing on datatypes used in phpdocblocs and removing unneeded @return types

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@5851 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
mariano.iglesias 2007-10-22 05:52:20 +00:00
parent 7bc3e307b7
commit 897825d596
91 changed files with 806 additions and 661 deletions

View file

@ -63,7 +63,7 @@ class CacheHelper extends AppHelper {
*
* @param string $file File to cache
* @param string $out output to cache
* @param boolean $cache
* @param bool $cache
* @return view ouput
*/
function cache($file, $out, $cache = false) {
@ -127,7 +127,7 @@ class CacheHelper extends AppHelper {
* Parse file searching for no cache tags
*
* @param string $file
* @param boolean $cache
* @param bool $cache
* @access private
*/
function __parseFile($file, $cache) {