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
This commit is contained in:
mark_story 2008-09-30 00:13:15 +00:00
parent 4b8acf4647
commit 1ae8cda6c2

View file

@ -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()) {