From 4eaf5403f98a7c9cb01bfb53e020326db0ca9fc2 Mon Sep 17 00:00:00 2001 From: javalizard <> Date: Mon, 12 Apr 2010 00:37:54 +0000 Subject: added @versions to the TList and TPriorityList --- framework/Collections/TList.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'framework/Collections/TList.php') diff --git a/framework/Collections/TList.php b/framework/Collections/TList.php index 6ce20290..bef39648 100644 --- a/framework/Collections/TList.php +++ b/framework/Collections/TList.php @@ -248,6 +248,7 @@ class TList extends TComponent implements IteratorAggregate,ArrayAccess,Countabl * @param mixed the base item which will be pushed back by the second parameter * @param mixed the item * @return object $this. null if the $baseitem is not found + * @since 3.2a */ public function insertBefore($baseitem, $item) { @@ -263,6 +264,7 @@ class TList extends TComponent implements IteratorAggregate,ArrayAccess,Countabl * @param mixed the base item which comes before the second parameter when added to the list * @param mixed the item * @return object $this. null if the $baseitem is not found + * @since 3.2a */ public function insertAfter($baseitem, $item) { -- cgit v1.2.3