___init(); parent::__construct($reader, $cache, $stateCollection, $cacheId, $serializer); } /** * {@inheritdoc} */ public function get($path = null, $default = null) { $pluginInfo = $this->pluginList->getNext($this->subjectType, 'get'); return $pluginInfo ? $this->___callPlugins('get', func_get_args(), $pluginInfo) : parent::get($path, $default); } }