Exemplo n.º 1
0
 public function __construct(\PDO $db, \DbVcs\Output $output)
 {
     parent::__construct($db);
     $this->output = $output;
 }