From 1ae8cda6c28386bab099dced70b4e477375a9916 Mon Sep 17 00:00:00 2001 From: mark_story Date: Tue, 30 Sep 2008 00:13:15 +0000 Subject: [PATCH] Adding documentation to beforeValidate(). Closes #5498 git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7681 3807eeeb-6ff5-0310-8944-8be069107fe0 --- cake/libs/model/model.php | 1 + 1 file changed, 1 insertion(+) diff --git a/cake/libs/model/model.php b/cake/libs/model/model.php index 6e813c1bf..f45fac16c 100644 --- a/cake/libs/model/model.php +++ b/cake/libs/model/model.php @@ -2653,6 +2653,7 @@ class Model extends Overloadable { * Before validate callback * * @return boolean True if validate operation should continue, false to abort + * @param $options array Options passed from model::save(), see $options of model::save(). * @access public */ function beforeValidate($options = array()) {