/** * @return Adapter */ public function getService() { return parent::getService(); }
/** * @param Adapter $service * @param string $entityTable * @param array|string $entityPrimaries */ public function __construct(Adapter $service, $entityTable, $entityPrimaries) { parent::__construct($service, $entityTable, $entityPrimaries); }