Skip to content

Commit

Permalink
Correct comment
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.1.0@42716 467b73ca-7a2a-4603-9d3b-597d59a354a9
  • Loading branch information
ajoneil authored and Sam Minnee committed Feb 2, 2011
1 parent 55510e1 commit 6e6bfee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/model/DataObject.php
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,8 @@ function defineMethods() {

/**
* Returns true if this object "exists", i.e., has a sensible value.
* The default behaviour for a DataObject is to return true, overload
* this in subclasses, for example, an empty DataObject record could return false.
* The default behaviour for a DataObject is to return true if
* the object exists in the database, you can override this in subclasses.
*
* @return boolean true if this object exists
*/
Expand Down

0 comments on commit 6e6bfee

Please sign in to comment.