From b46250b9dc9a80823635cd6b0b155eee444bfc04 Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Thu, 16 Oct 2008 12:02:41 +0000 Subject: [PATCH] MINOR documentation git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@64413 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- core/model/ComponentSet.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/model/ComponentSet.php b/core/model/ComponentSet.php index 0ccdee8eb..9eaad01df 100755 --- a/core/model/ComponentSet.php +++ b/core/model/ComponentSet.php @@ -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) {