PHP Interface LMongo\ConnectionResolverInterface

Afficher le fichier Open project: navruzm/lmongo Interface Usage Examples

Méthodes publiques

Méthode Description
connection ( string $name = null ) : LMongo\Connection Get a database connection instance.
getDefaultConnection ( ) : string Get the default connection name.

Method Details

connection() public méthode

Get a database connection instance.
public connection ( string $name = null ) : LMongo\Connection
$name string
Résultat LMongo\Connection

getDefaultConnection() public méthode

Get the default connection name.
public getDefaultConnection ( ) : string
Résultat string