http://www.mediawiki.org/wiki/Special:Code/MediaWiki/73967
Revision: 73967
Author: demon
Date: 2010-09-29 18:18:07 +0000 (Wed, 29 Sep 2010)
Log Message:
-----------
Document return values I needed
Modified Paths:
--------------
trunk/phase3/includes/api/ApiMain.php
Modified: trunk/phase3/includes/api/ApiMain.php
===================================================================
--- trunk/phase3/includes/api/ApiMain.php 2010-09-29 18:11:26 UTC (rev
73966)
+++ trunk/phase3/includes/api/ApiMain.php 2010-09-29 18:18:07 UTC (rev
73967)
@@ -188,6 +188,8 @@
/**
* Get the ApiResult object associated with current request
+ *
+ * @return ApiResult
*/
public function getResult() {
return $this->mResult;
@@ -202,6 +204,8 @@
/**
* Get the result formatter object. Only works after
setupExecuteAction()
+ *
+ * @return ApiFormatBase
*/
public function getPrinter() {
return $this->mPrinter;
_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs