interface ConnectionManagerInterface
Methods
| setName(string $name) | ||
| string | getName() | |
| ConnectionInterface | getWriteConnection(AdapterInterface $adapter = null) | |
| ConnectionInterface | getReadConnection(AdapterInterface $adapter = null) | |
| closeConnections() |
interface ConnectionManagerInterface
| setName(string $name) | ||
| string | getName() | |
| ConnectionInterface | getWriteConnection(AdapterInterface $adapter = null) | |
| ConnectionInterface | getReadConnection(AdapterInterface $adapter = null) | |
| closeConnections() |
public
setName(string $name)
public string
getName()
public ConnectionInterface
getWriteConnection(AdapterInterface $adapter = null)
public ConnectionInterface
getReadConnection(AdapterInterface $adapter = null)
public
closeConnections()