37 $position_id = $params[self::POSITION_ID];
39 $record = $this->positionRepo->getSingle($position_id,
'id');
41 return $record->getTitle();
43 $this->
addError(
"Position with id {$position_id} not found");
52 return "getPositionTitle";
67 return "Returns the title of a position for a given position id";
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
if(! $DIC->user() ->getId()||!ilLTIConsumerAccess::hasCustomProviderCreationAccess()) $params
getAdditionalInputParams()
addError(string $message)
getDocumentation()
Get the documentation of this method.
getOutputParams()
Get the output parameters in the same format as the input parameters.