From 7481381584fc4a757dee2c5591cf993797fcd451 Mon Sep 17 00:00:00 2001 From: Karsten Dambekalns Date: Sat, 23 Feb 2008 19:17:33 +0000 Subject: [PATCH] phpCR: * Added NodeTypeIterator interface (forgot this in r562) --- .../T3_phpCR_NodeTypeIteratorInterface.php | 37 +++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 Classes/T3_phpCR_NodeTypeIteratorInterface.php diff --git a/Classes/T3_phpCR_NodeTypeIteratorInterface.php b/Classes/T3_phpCR_NodeTypeIteratorInterface.php new file mode 100644 index 00000000..7490767c --- /dev/null +++ b/Classes/T3_phpCR_NodeTypeIteratorInterface.php @@ -0,0 +1,37 @@ + \ No newline at end of file