From 222b01f5169f1c7e69762e0e8904c24f78f71882 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Wed, 28 Jul 2010 11:52:48 +0200 Subject: update to MediaWiki 1.16.0 --- includes/parser/Preprocessor.php | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'includes/parser/Preprocessor.php') diff --git a/includes/parser/Preprocessor.php b/includes/parser/Preprocessor.php index 1a33ac7f..9c417d23 100644 --- a/includes/parser/Preprocessor.php +++ b/includes/parser/Preprocessor.php @@ -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 */ -- cgit v1.2.2