___init(); parent::__construct($filesystem, $driver, $assetFactory, $getContentHash, $getFileInfo); } /** * {@inheritdoc} */ public function execute(string $path) : \Magento\MediaGalleryApi\Api\Data\AssetInterface { $pluginInfo = $this->pluginList->getNext($this->subjectType, 'execute'); return $pluginInfo ? $this->___callPlugins('execute', func_get_args(), $pluginInfo) : parent::execute($path); } }