Ejemplo n.º 1
0
 /**
  * @return Adapter
  */
 public function getService()
 {
     return parent::getService();
 }
Ejemplo n.º 2
0
 /**
  * @param Adapter $service
  * @param string $entityTable
  * @param array|string $entityPrimaries
  */
 public function __construct(Adapter $service, $entityTable, $entityPrimaries)
 {
     parent::__construct($service, $entityTable, $entityPrimaries);
 }