19 declare(strict_types=1);
56 $repo = $this->internal_services->repository()->repository();
57 if (isset($limited_to)) {
58 $set = $repo->getMDOnPath($limited_to, $obj_id, $sub_id, $type);
60 $set = $repo->getMD($obj_id, $sub_id, $type);
63 $this->internal_services->paths()->navigatorFactory(),
70 $repo = $this->internal_services->repository()->repository();
71 $set = $repo->getMD($obj_id, $sub_id, $type);
73 $this->internal_services->manipulator()->manipulator(),
80 if (isset($this->
paths)) {
84 $this->internal_services->paths()->pathFactory()
90 if (isset($this->data_helper)) {
94 $this->internal_services->dataHelper()->dataHelper(),
95 $this->internal_services->presentation()->data()