public function __construct($host, $user, $password, $database, $fetchMode = \PDO::FETCH_ASSOC, $charset = 'utf8', array $options = array())
 {
     parent::__construct($host, $user, $password, $database, $fetchMode, $charset, $options);
 }