mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge pull request #5712 from nfauchelle/patch-1
Fix typo in constructor comment
This commit is contained in:
commit
9998f4b5c8
@ -331,7 +331,7 @@ class DataObject extends ViewableData implements DataObjectInterface, i18nEntity
|
||||
* Construct a new DataObject.
|
||||
*
|
||||
* @param array|null $record This will be null for a new database record. Alternatively, you can pass an array of
|
||||
* field values. Normally this contructor is only used by the internal systems that get objects from the database.
|
||||
* field values. Normally this constructor is only used by the internal systems that get objects from the database.
|
||||
* @param boolean $isSingleton This this to true if this is a singleton() object, a stub for calling methods.
|
||||
* Singletons don't have their defaults set.
|
||||
* @param DataModel $model
|
||||
|
Loading…
Reference in New Issue
Block a user