| 1 | <?php |
||
| 15 | class ExternalIdentity extends AbstractExternalIdentity |
||
| 16 | { |
||
| 17 | |||
| 18 | use SamlPluginEnsured; |
||
| 19 | |||
| 20 | /** |
||
| 21 | * @param $value |
||
| 22 | * @param ElementInterface $element |
||
| 23 | * @return string |
||
| 24 | * @throws \Twig_Error_Loader |
||
| 25 | * @throws \yii\base\Exception |
||
| 26 | */ |
||
| 27 | public function getStaticHtml($value, ElementInterface $element): string |
||
| 44 | } |
||
| 45 |