From: Chad Horohoe Date: Wed, 29 Sep 2010 18:18:07 +0000 (+0000) Subject: Document return values I needed X-Git-Tag: 1.31.0-rc.0~34742 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/operations/recherche.php?a=commitdiff_plain;h=99a8df3370b3c911d31d868e83028426365d9713;p=lhc%2Fweb%2Fwiklou.git Document return values I needed --- diff --git a/includes/api/ApiMain.php b/includes/api/ApiMain.php index 4d8d67124c..bd3db4097a 100644 --- a/includes/api/ApiMain.php +++ b/includes/api/ApiMain.php @@ -188,6 +188,8 @@ class ApiMain extends ApiBase { /** * Get the ApiResult object associated with current request + * + * @return ApiResult */ public function getResult() { return $this->mResult; @@ -202,6 +204,8 @@ class ApiMain extends ApiBase { /** * Get the result formatter object. Only works after setupExecuteAction() + * + * @return ApiFormatBase */ public function getPrinter() { return $this->mPrinter;