Add protected variable $db_port

pull/682/head
Tom Hatzer 2016-12-23 15:28:25 +01:00 committed by GitHub
parent 3a4fe02e3d
commit a760dce77a
1 changed files with 6 additions and 0 deletions

View File

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