mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
MINOR documentation
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@64413 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
4814521e93
commit
b46250b9dc
@ -221,7 +221,6 @@ class ComponentSet extends DataObjectSet {
|
||||
|
||||
/**
|
||||
* Remove many items from this set.
|
||||
Ü
|
||||
* @param array $itemList The items to remove, as a numerical array with IDs or as a DataObjectSet
|
||||
*/
|
||||
function removeMany($itemList) {
|
||||
@ -239,6 +238,7 @@ class ComponentSet extends DataObjectSet {
|
||||
|
||||
/**
|
||||
* Remove all items that match the SQL filter.
|
||||
* @deprecated 2.3 Not flexible enough, use custom code
|
||||
* @param string $filter Filter to be inserted into the WHERE clause
|
||||
*/
|
||||
function removeByFilter($filter) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user