From d9022f63880ce039446fba8364f68e656b7bf4cb Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Thu, 3 May 2012 13:01:35 +0200 Subject: Update to MediaWiki 1.19.0 --- includes/parser/Preprocessor.php | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'includes/parser/Preprocessor.php') diff --git a/includes/parser/Preprocessor.php b/includes/parser/Preprocessor.php index d6328aa7..ae088fdb 100644 --- a/includes/parser/Preprocessor.php +++ b/includes/parser/Preprocessor.php @@ -27,7 +27,7 @@ interface Preprocessor { * Create a new custom frame for programmatic use of parameter replacement as used in some extensions * * @param $args array - * + * * @return PPFrame */ function newCustomFrame( $args ); @@ -44,7 +44,7 @@ interface Preprocessor { * * @param $text * @param $flags - * + * * @return PPNode */ function preprocessToObj( $text, $flags = 0 ); @@ -138,6 +138,13 @@ interface PPFrame { * Return true if the frame is a template frame */ function isTemplate(); + + /** + * Get a title of frame + * + * @return Title + */ + function getTitle(); } /** -- cgit v1.2.3-54-g00ecf