Remove deprecated ComponentSet, use ManyManyList or HasManyList instead

This commit is contained in:
Sean Harvey 2012-11-15 10:35:42 +13:00
parent 0a046af932
commit 4c3b804fa5

View File

@ -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);
}
}