MediaWiki
1.23.2
|
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.
DBConnRef::__destruct | ( | ) |
Definition at line 1184 of file LoadBalancer.php.
DBConnRef::__call | ( | $name, | |
$arguments | |||
) |
|
protected |
|
protected |
|
protected |