Bristol SU Support Package
ConnectorFactory.php
Go to the documentation of this file.
1 <?php
2 
4 
6 
11 {
12 
19  public function createFromConnection(Connection $connection): Connector;
20 
21 }