💡 PHPDoc for REST API

This commit is contained in:
Pierre Goiffon
2019-03-04 16:00:22 +01:00
parent 3de7aa1ada
commit 44f5d71e1b
4 changed files with 18 additions and 7 deletions

View File

@@ -869,7 +869,8 @@ class RestUtils
*
* @param StdClass $oData Structured input data. Must contain the entry defined by sParamName.
* @param string $sParamName Name of the parameter to fetch from the input data
* @return void
*
* @return string
* @throws Exception If the parameter is missing
* @api
*/
@@ -914,7 +915,8 @@ class RestUtils
*
* @param StdClass $oData Structured input data. Must contain the entry defined by sParamName.
* @param string $sParamName Name of the parameter to fetch from the input data
* @return void
*
* @return string
* @throws Exception If the parameter is missing or the class is unknown
* @api
*/