LMongo\DatabaseManager::__construct PHP Méthode

__construct() public méthode

Create a new database manager instance.
public __construct ( Illuminate\Foundation\Application $app ) : void
$app Illuminate\Foundation\Application
Résultat void
    public function __construct($app)
    {
        $this->app = $app;
    }