Exemplo n.º 1
0
 public function __construct(Connection $connection)
 {
     parent::__construct();
     $this->connection = $connection;
 }
 public function __construct(ContainerInterface $container)
 {
     parent::__construct();
     $this->container = $container;
 }