| Total Complexity | 1 |
| Total Lines | 17 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 16 | final class RepublishTarget extends AbstractEmdElement |
||
| 17 | { |
||
| 18 | use TypedTextContentTrait; |
||
|
|
|||
| 19 | |||
| 20 | |||
| 21 | /** @var string */ |
||
| 22 | public const TEXTCONTENT_TYPE = SAMLAnyURIValue::class; |
||
| 23 | |||
| 24 | |||
| 25 | /** |
||
| 26 | * @param \SimpleSAML\SAML2\Type\SAMLAnyURIValue $content |
||
| 27 | */ |
||
| 28 | public function __construct( |
||
| 35 |