MediaWiki
REL1_23
|
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 1155 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 1166 of file LoadBalancer.php.
Definition at line 1184 of file LoadBalancer.php.
DBConnRef::__call | ( | $ | name, |
$ | arguments | ||
) |
Definition at line 1175 of file LoadBalancer.php.
DatabaseBase null DBConnRef::$conn [protected] |
LoadBalancer DBConnRef::$lb [protected] |
array null DBConnRef::$params [protected] |
*
Definition at line 1160 of file LoadBalancer.php.