Skip to content

Commit

Permalink
added dsnarray definition to class
Browse files Browse the repository at this point in the history
  • Loading branch information
ifsnop committed Aug 1, 2015
1 parent 1fd5465 commit 9dd5167
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Ifsnop/Mysqldump/Mysqldump.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,11 @@ class Mysqldump
* @var string
*/
private $host;
/**
* dsn string parsed as an array
* @var array
*/
private $dsnArray;

/**
* Constructor of Mysqldump. Note that in the case of an SQLite database
Expand Down

0 comments on commit 9dd5167

Please sign in to comment.