1 | <?php |
||
23 | class RemoteVettingViewHelper |
||
24 | { |
||
25 | /** |
||
26 | * @var RemoteVettingConfiguration |
||
27 | */ |
||
28 | private $configuration; |
||
29 | |||
30 | public function __construct(RemoteVettingConfiguration $configuration) |
||
34 | |||
35 | public function getIdentityProvider(string $slug): RemoteVettingIdenityProviderDto |
||
39 | |||
40 | /** |
||
41 | * @return RemoteVettingIdenityProviderDto[] |
||
42 | */ |
||
43 | public function getIdentityProviders(): array |
||
47 | } |
||
48 |