|
|
@@ -68,6 +68,7 @@ if (!function_exists('debug')) {
|
|
|
* @param boolean $var Variable to show debug information for.
|
|
|
* @param boolean $showHtml If set to true, the method prints the debug data in a browser-friendly way.
|
|
|
* @param boolean $showFrom If set to true, the method prints from where the function was called.
|
|
|
+ * @return void
|
|
|
* @link http://book.cakephp.org/2.0/en/development/debugging.html#basic-debugging
|
|
|
* @link http://book.cakephp.org/2.0/en/core-libraries/global-constants-and-functions.html#debug
|
|
|
*/
|
|
|
@@ -235,6 +236,7 @@ if (!function_exists('pr')) {
|
|
|
*
|
|
|
* @see debug()
|
|
|
* @param array $var Variable to print out
|
|
|
+ * @return void
|
|
|
* @link http://book.cakephp.org/2.0/en/core-libraries/global-constants-and-functions.html#pr
|
|
|
*/
|
|
|
function pr($var) {
|