1 | <?php |
||
16 | class ExternalIdentity extends AbstractExternalIdentity |
||
17 | { |
||
18 | |||
19 | /** |
||
20 | * @inheritdoc |
||
21 | */ |
||
22 | protected function getSamlPlugin(): SamlPluginInterface |
||
26 | |||
27 | /** |
||
28 | * @param $value |
||
29 | * @param ElementInterface $element |
||
30 | * @return string |
||
31 | * @throws \Twig_Error_Loader |
||
32 | * @throws \yii\base\Exception |
||
33 | */ |
||
34 | public function getStaticHtml($value, ElementInterface $element): string |
||
50 | } |
||
51 |