19 declare(strict_types=1);
78 for ($i = 0, $iMax = count($this->
getInputParams()); $i < $iMax; $i++) {
79 if (!isset($params[$i])) {
81 throw new ilSoapPluginException(
"Request is missing at least one of the following parameters: $names");
95 protected function raiseError(
string $a_message, $a_code)
raiseError(string $a_message, $a_code)
Overwrites the __raiseError method and transforms any raised errors into ilPluginExceptions.
getServiceStyle()
Get the service style, e.g.'rpc' string
Class ilAbstractSoapMethod.
if(! $DIC->user() ->getId()||!ilLTIConsumerAccess::hasCustomProviderCreationAccess()) $params
initIliasAndCheckSession(string $session_id)
Use this method at the beginning of your execute() method to check if the provided session ID is vali...
getServiceUse()
Get the service use, e.g.'encoded' string
checkParameters(array $params)
Check that all input parameters are present when executing the soap method.
checkSession(string $sid)
getInputParams()
Get the input parameters.
__construct(Container $dic, ilPlugin $plugin)