silverstripe-framework/model
Ingo Schommer 8f5932acec Allow empty has_one returns in DataDifferencer
Sometimes the has_one getter is incorrectly implemented,
resulting in an empty return object. While that's technically
a core API validation, there's no checks around it (i.e. no PHP class interface).
DataDifferencer has the option to continue here, so we should
program it defensively rather than resulting in a fatal error.
2015-04-20 09:13:33 +12:00
..
fieldtypes
Aggregate.php
ArrayList.php
Database.php
DatabaseAdmin.php
DataDifferencer.php Allow empty has_one returns in DataDifferencer 2015-04-20 09:13:33 +12:00
DataExtension.php
DataList.php
DataModel.php
DataObject.php
DataObjectInterface.php
DataQuery.php
DB.php API Use injector to create database class 2014-08-06 13:48:25 +10:00
Filterable.php
GroupedList.php
HasManyList.php
HiddenClass.php
Hierarchy.php
HTMLValue.php
Image_Backend.php
Image.php
Limitable.php
List.php
ListDecorator.php
ManyManyList.php
Map.php
MySQLDatabase.php
MySQLQuery.php
Query.php
RelationList.php
Sortable.php
SQLMap.php
SQLQuery.php
Transliterator.php
UnsavedRelationList.php
URLSegmentFilter.php
ValidationException.php
ValidationResult.php
Versioned.php