summaryrefslogtreecommitdiff
path: root/framework/Collections
diff options
context:
space:
mode:
authorchristophe.boulain <>2008-12-03 14:22:03 +0000
committerchristophe.boulain <>2008-12-03 14:22:03 +0000
commit6228873cf9d6471463d2413e7dfd7447f759baf2 (patch)
tree496a0e658330c39d4caa35602ba9f783b6f24f9c /framework/Collections
parente8f239fea7351b248302a593a8e5eaa2a88c3e80 (diff)
Merge from trunk
Diffstat (limited to 'framework/Collections')
-rw-r--r--framework/Collections/TAttributeCollection.php1
-rw-r--r--framework/Collections/TDummyDataSource.php1
-rw-r--r--framework/Collections/TList.php1
-rw-r--r--framework/Collections/TMap.php1
-rw-r--r--framework/Collections/TPagedDataSource.php1
-rw-r--r--framework/Collections/TPagedList.php1
-rw-r--r--framework/Collections/TQueue.php1
-rw-r--r--framework/Collections/TStack.php1
8 files changed, 0 insertions, 8 deletions
diff --git a/framework/Collections/TAttributeCollection.php b/framework/Collections/TAttributeCollection.php
index 6b35d70e..93a48e1c 100644
--- a/framework/Collections/TAttributeCollection.php
+++ b/framework/Collections/TAttributeCollection.php
@@ -170,4 +170,3 @@ class TAttributeCollection extends TMap
}
}
-?>
diff --git a/framework/Collections/TDummyDataSource.php b/framework/Collections/TDummyDataSource.php
index ef11b286..491c36c0 100644
--- a/framework/Collections/TDummyDataSource.php
+++ b/framework/Collections/TDummyDataSource.php
@@ -144,4 +144,3 @@ class TDummyDataSourceIterator implements Iterator
}
}
-?>
diff --git a/framework/Collections/TList.php b/framework/Collections/TList.php
index 329e162f..50cbaf01 100644
--- a/framework/Collections/TList.php
+++ b/framework/Collections/TList.php
@@ -427,4 +427,3 @@ class TListIterator implements Iterator
}
}
-?>
diff --git a/framework/Collections/TMap.php b/framework/Collections/TMap.php
index 42f57890..56748ea2 100644
--- a/framework/Collections/TMap.php
+++ b/framework/Collections/TMap.php
@@ -350,4 +350,3 @@ class TMapIterator implements Iterator
return $this->_key!==false;
}
}
-?>
diff --git a/framework/Collections/TPagedDataSource.php b/framework/Collections/TPagedDataSource.php
index 3db4882a..fcb17f53 100644
--- a/framework/Collections/TPagedDataSource.php
+++ b/framework/Collections/TPagedDataSource.php
@@ -444,4 +444,3 @@ class TPagedMapIterator implements Iterator
}
}
-?>
diff --git a/framework/Collections/TPagedList.php b/framework/Collections/TPagedList.php
index a2a2aa14..50286aec 100644
--- a/framework/Collections/TPagedList.php
+++ b/framework/Collections/TPagedList.php
@@ -475,4 +475,3 @@ class TPagedListFetchDataEventParameter extends TEventParameter
}
}
-?>
diff --git a/framework/Collections/TQueue.php b/framework/Collections/TQueue.php
index 856b12ff..d8b692d1 100644
--- a/framework/Collections/TQueue.php
+++ b/framework/Collections/TQueue.php
@@ -261,4 +261,3 @@ class TQueueIterator implements Iterator
}
}
-?>
diff --git a/framework/Collections/TStack.php b/framework/Collections/TStack.php
index 58394a8a..0d3890b4 100644
--- a/framework/Collections/TStack.php
+++ b/framework/Collections/TStack.php
@@ -260,4 +260,3 @@ class TStackIterator implements Iterator
}
}
-?>