Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add docblock for checkExisting
  • Loading branch information
Walther Lalk committed Jan 23, 2015
1 parent 558c97e commit 6e7ad12
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ORM/Table.php
Expand Up @@ -1203,6 +1203,8 @@ public function exists($conditions)
* to be saved. It is possible to provide different options for saving on associated
* table objects using this key by making the custom options the array value.
* If false no associated records will be saved. (default: true)
* - checkExisting: Whether or not to check if the entity already exists, assuming that the
* entity is marked as not new, and the primary key has been set.
*
* ### Events
*
Expand Down

0 comments on commit 6e7ad12

Please sign in to comment.