]> scripts.mit.edu Git - autoinstalls/mediawiki.git/blobdiff - includes/parser/Preprocessor.php
MediaWiki 1.16.0
[autoinstalls/mediawiki.git] / includes / parser / Preprocessor.php
index 1a33ac7fc179209400979f214ab3695d14bb179f..9c417d23f911deb27745172748e8ef8aaad01bce 100644 (file)
@@ -65,6 +65,21 @@ interface PPFrame {
         */
        function isEmpty();
 
+       /**
+        * Returns all arguments of this frame
+        */
+       function getArguments();
+
+       /**
+        * Returns all numbered arguments of this frame
+        */
+       function getNumberedArguments();
+
+       /**
+        * Returns all named arguments of this frame
+        */
+       function getNamedArguments();
+
        /**
         * Get an argument to this frame by name
         */