1 | <?php |
||
16 | class SsoSpSendAuthnRequestProfileBuilderFactory |
||
17 | { |
||
18 | /** @var BuildContainerInterface */ |
||
19 | private $buildContainer; |
||
20 | |||
21 | /** |
||
22 | * @param BuildContainerInterface $buildContainer |
||
23 | */ |
||
24 | public function __construct(BuildContainerInterface $buildContainer) |
||
28 | |||
29 | /** |
||
30 | * @param string $idpEntityId |
||
31 | * |
||
32 | * @return SsoSpSendAuthnRequestProfileBuilder |
||
33 | */ |
||
34 | public function get($idpEntityId) |
||
38 | } |
||
39 |