MediaWiki
REL1_24
|
Helper class to handle automatically marking connectons as reusable (via RAII pattern) as well handling deferring the actual network connection until the handle is used. More...
Public Member Functions | |
__call ($name, $arguments) | |
__construct (LoadBalancer $lb, $conn) | |
__destruct () | |
Protected Attributes | |
DatabaseBase null | $conn |
* | |
LoadBalancer | $lb |
* | |
array null | $params |
* |
Helper class to handle automatically marking connectons as reusable (via RAII pattern) as well handling deferring the actual network connection until the handle is used.
Definition at line 1173 of file LoadBalancer.php.
DBConnRef::__construct | ( | LoadBalancer $ | lb, |
$ | conn | ||
) |
LoadBalancer | $lb | |
DatabaseBase | array | $conn | Connection or (server index, group, wiki ID) array |
Definition at line 1184 of file LoadBalancer.php.
Definition at line 1202 of file LoadBalancer.php.
References $conn.
DBConnRef::__call | ( | $ | name, |
$ | arguments | ||
) |
Definition at line 1193 of file LoadBalancer.php.
DatabaseBase null DBConnRef::$conn [protected] |
LoadBalancer DBConnRef::$lb [protected] |
*
Definition at line 1174 of file LoadBalancer.php.
array null DBConnRef::$params [protected] |
*
Definition at line 1178 of file LoadBalancer.php.