19declare(strict_types=1);
52 return $configuration;
57 if ($objType ===
'') {
58 $objType = $this->objectCache->lookupType(
$objId);
71 if ($objType ===
'') {
72 $objType = $this->objectCache->lookupType(
$objId);
getConfigurationByType(string $type)
getByObjId(int $objId, string $objType='')
__construct(private readonly Filesystem $webDirectory, private readonly FileUpload $uploadService, private readonly \ilObjectDataCache $objectCache)
getPresenterByObjId(int $objId, string $objType)
The filesystem interface provides the public interface for the Filesystem service API consumer.