mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Remove deprecated ComponentSet, use ManyManyList or HasManyList instead
This commit is contained in:
parent
0a046af932
commit
4c3b804fa5
@ -1,10 +0,0 @@
|
|||||||
<?php
|
|
||||||
/**
|
|
||||||
* @deprecated 3.0 Use ManyManyList or HasManyList
|
|
||||||
*/
|
|
||||||
class ComponentSet extends DataObjectSet {
|
|
||||||
public function setComponentInfo($type, $ownerObj, $ownerClass, $tableName, $childClass, $joinField = null) {
|
|
||||||
Deprecation::notice('3.0', 'ComponentSet is deprecated. Use ManyManyList or HasManyList instead.',
|
|
||||||
Deprecation::SCOPE_CLASS);
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user