💡 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

@@ -299,9 +299,16 @@ class CoreServices implements iRestServiceProvider
/**
* Enumerate services delivered by this class
*
* @param string $sVersion The version (e.g. 1.0) supported by the services
* @param string $sVerb
* @param $aParams
*
* @return RestResult The standardized result structure (at least a message)
* @throws Exception in case of internal failure.
* @throws \CoreException
* @throws \CoreUnexpectedValue
* @throws \SimpleGraphException
* @throws \Exception
*/
public function ExecOperation($sVersion, $sVerb, $aParams)
{