19 declare(strict_types=1);
    49             $set = $this->internal_manipulator->prepareCreateOrUpdate(
    55             throw new \ilMDServicesException(
    56                 'Failed to prepare create or update values ' . implode(
', ', $values) .
    57                 ' at "' . $path->
toString() . 
'": ' . $e->getMessage()
    69             $set = $this->internal_manipulator->prepareForceCreate(
    75             throw new \ilMDServicesException(
    76                 'Failed to force-create values ' . implode(
', ', $values) .
    77                 ' at "' . $path->
toString() . 
'": ' . $e->getMessage()
    86         $set = $this->internal_manipulator->prepareDelete(
    98             throw new \ilMDServicesException(
    99                 'Failed to execute manipulations: ' . $e->getMessage()
   107         $clone = clone $this;
 
repository()
 description: > Example for rendering a repository card