Add protected variable $db_port

This commit is contained in:
Tom Hatzer 2016-12-23 15:28:25 +01:00 committed by GitHub
parent a9f11fb691
commit b2043b1b65
1 changed files with 6 additions and 0 deletions

View File

@ -35,6 +35,12 @@ class Database {
*/
protected $db_host;
/**
* DB port
* @var string $db_port
*/
protected $db_port;
/**
* DB name
* @var string $db_name