19 declare(strict_types=1);
47 $set = $this->manipulator->prepareCreateOrUpdate(
52 $set = $this->manipulator->prepareCreateOrUpdate(
62 $numeric_id = $ressource_id->
subID() !== 0 ?
63 $ressource_id->
subID() :
64 $ressource_id->
objID();
66 return 'il_' . $this->
getInstallID() .
'_' . $ressource_id->
type() .
'_' . $numeric_id;
76 return $this->path_factory
78 ->withNextStep(
'general')
79 ->withNextStep(
'identifier')
80 ->withAdditionalFilterAtCurrentStep(FilterType::INDEX,
'0')
81 ->withNextStep(
'entry')
87 return $this->path_factory
89 ->withNextStep(
'general')
90 ->withNextStep(
'identifier')
91 ->withAdditionalFilterAtCurrentStep(FilterType::INDEX,
'0')
92 ->withNextStep(
'catalog')