___init(); parent::__construct($entityFactory, $logger, $fetchStrategy, $eventManager, $connection, $resource); } /** * {@inheritdoc} */ public function getCurPage($displacement = 0) { $pluginInfo = $this->pluginList->getNext($this->subjectType, 'getCurPage'); return $pluginInfo ? $this->___callPlugins('getCurPage', func_get_args(), $pluginInfo) : parent::getCurPage($displacement); } }