1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-11 00:54:49 +02:00

Moved deprecated method to traits file.

This commit is contained in:
Cameron
2019-02-18 13:08:46 -08:00
parent 7c9ceb79bf
commit bda78c39cc
2 changed files with 12 additions and 83 deletions

View File

@@ -180,4 +180,13 @@
return $this->markTime($sMarker);
}
/**
* @deprecated 2.1.9 Used only to provide $mySQLaccess to other instances of e_db_mysql scattered around
* @return PDO
*/
public function get_mySQLaccess()
{
return $this->mySQLaccess;
}
}