Bristol SU Support Package
ModuleInstanceServiceRepository.php
Go to the documentation of this file.
1 <?php
2 
4 
8 
13 {
14 
24  public function getConnectorForService(string $service, int $moduleInstanceId): Connector;
25 
31  public function all();
32 
33 }