mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
6517f4496b
--- This allows DataList::create(SiteTree) as equivalent to Object::create(DataList, SiteTree), without having to have a create() function on DataList. Required for E_STRICT compliance, as child classes cant override create() if they change the arguments. DBField::create() is also renamed to DBField::create_field(), as this does not just call the constructor, which all other cases of create() do. Conflicts: tests/model/DateTest.php tests/model/DatetimeTest.php |
||
---|---|---|
.. | ||
manifest | ||
ArrayDataTest.php | ||
ArrayLibTest.php | ||
ClassInfoTest.php | ||
ConfigTest.php | ||
ConvertTest.php | ||
CoreTest.php | ||
DiffTest.php | ||
HTMLCleanerTest.php | ||
ObjectStaticTest.php | ||
ObjectTest.php |