mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Merged revisions 52011 via svnmerge from
svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/roa ........ r52011 | ischommer | 2008-04-02 14:52:40 +1300 (Wed, 02 Apr 2008) | 1 line API CHANGE removed $defs and $fieldObjects, no longer used (see r22012 and r22001) ........ git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@52012 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
987d9a1d3c
commit
e62be1ef80
@ -31,9 +31,6 @@ class DataObject extends ViewableData implements DataObjectInterface {
|
|||||||
*/
|
*/
|
||||||
protected $original;
|
protected $original;
|
||||||
|
|
||||||
protected $defs;
|
|
||||||
protected $fieldObjects;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The one-to-one, one-to-many and many-to-one components
|
* The one-to-one, one-to-many and many-to-one components
|
||||||
* indexed by component name.
|
* indexed by component name.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user