mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Correct comment (merged from 2.1.0 branch, r42718)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@42925 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
ba02a631c9
commit
5e5f200021
@ -193,8 +193,8 @@ class DataObject extends Controller {
|
||||
|
||||
/**
|
||||
* 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
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user