PATH:
home
/
centosnipponia
/
public_html
/
apptt-oldgit
/
vendor
/
doctrine
/
dbal
/
lib
/
Doctrine
/
DBAL
/
Tools
/
Console
<?php namespace Doctrine\DBAL\Tools\Console; use Doctrine\DBAL\Connection; interface ConnectionProvider { public function getDefaultConnection(): Connection; /** * @throws ConnectionNotFound in case a connection with the given name does not exist. */ public function getConnection(string $name): Connection; }
[+]
..
[+]
Command
[-] ConnectionNotFound.php
[edit]
[-] ConnectionProvider.php
[edit]
[+]
ConnectionProvider
[-] ConsoleRunner.php
[edit]
[+]
Helper
[-] .htaccess.disabled
[edit]