MediaWiki REL1_39
MaintainableDBConnRef.php
Go to the documentation of this file.
1<?php
2
3namespace Wikimedia\Rdbms;
4
10
14class_alias( MaintainableDBConnRef::class, 'MaintainableDBConnRef' );
Helper class used for automatically marking an IDatabase connection as reusable (once it no longer ma...
Definition DBConnRef.php:29