___init(); } /** * {@inheritdoc} */ public function get(string $filePath) { $pluginInfo = $this->pluginList->getNext($this->subjectType, 'get'); return $pluginInfo ? $this->___callPlugins('get', func_get_args(), $pluginInfo) : parent::get($filePath); } }