mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 02:56:15 +00:00
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:
parent
4b8acf4647
commit
1ae8cda6c2
1 changed files with 1 additions and 0 deletions
|
@ -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()) {
|
||||
|
|
Loading…
Add table
Reference in a new issue