Improves annotations for API

This commit is contained in:
Michael Rosenberger
2018-12-03 22:34:56 +01:00
parent 456875905d
commit df3ad9ed12
8 changed files with 17 additions and 5 deletions

View File

@@ -117,6 +117,7 @@ abstract class ApiParameter
* value which is returned if optional=true and param is not set
*
* @return mixed
* @throws Exception
*/
protected function getUlParam($param = null, $ul_field = null, $optional = false, $default = 0)
{
@@ -145,6 +146,9 @@ abstract class ApiParameter
* @param int $level
* depth of backtrace, default 2
*
* @param int $max_level
* @param array|null $trace
*
* @return string
*/
private function getModFunctionString($level = 1, $max_level = 5, $trace = null)