@@ -101,6 +101,11 @@ |
||
101 | 101 | $queries = [], |
102 | 102 | $last_exec_success = true; |
103 | 103 | |
104 | + /** |
|
105 | + * @param string $dsn |
|
106 | + * @param string $username |
|
107 | + * @param string $password |
|
108 | + */ |
|
104 | 109 | public function __construct($dsn, $username=null, $password=null, $options=[]){ |
105 | 110 | $this->connection = [ |
106 | 111 | 'dsn' => $dsn, |