MediaWiki
REL1_22
|
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 1112 of file LoadBalancer.php.
DBConnRef::__construct | ( | LoadBalancer $ | lb, |
$ | conn | ||
) |
$lb | LoadBalancer |
$conn | DatabaseBase|array Connection or (server index, group, wiki ID) array |
Definition at line 1121 of file LoadBalancer.php.
Definition at line 1138 of file LoadBalancer.php.
DBConnRef::__call | ( | $ | name, |
$ | arguments | ||
) |
Definition at line 1130 of file LoadBalancer.php.
DatabaseBase null DBConnRef::$conn [protected] |
*
Definition at line 1114 of file LoadBalancer.php.
LoadBalancer DBConnRef::$lb [protected] |
*
Definition at line 1113 of file LoadBalancer.php.
Array null DBConnRef::$params [protected] |
*
Definition at line 1115 of file LoadBalancer.php.