Home
last modified time | relevance | path

Searched refs:_dsn (Results 1 – 3 of 3) sorted by relevance

/plugin/authssocas/vendor/apereo/phpcas/source/CAS/PGTStorage/
H A DDb.php71 private $_dsn; variable in CAS_PGTStorage_Db
158 $this->_dsn = $dsn_or_pdo;
194 $this->_dsn, $this->_username, $this->_password,
/plugin/strata/driver/
Ddriver.php25 var $_dsn; variable in plugin_strata_driver
92 $this->_dsn = $dsn;
146 list($driver, $connection) = explode(':', $this->_dsn, 2);
/plugin/strata/helper/
Dtriples.php52 $this->_dsn = $dsn;