Ejemplo n.º 1
0
 public function __construct(AdapterInterface $adapter)
 {
     parent::__construct($adapter);
     $this->decorators['mysql'] = (new Mysql\Mysql())->getDecorators();
     $this->decorators['postgresql'] = (new PostgreSQL\PostgreSQL())->getDecorators();
 }