| 1 | <?php |
||
| 19 | class EDIPartyName extends GeneralName |
||
| 20 | { |
||
| 21 | /** |
||
| 22 | * |
||
| 23 | * @var \ASN1\Element |
||
| 24 | */ |
||
| 25 | protected $_element; |
||
| 26 | |||
| 27 | /** |
||
| 28 | * Constructor. |
||
| 29 | */ |
||
| 30 | 2 | protected function __construct() |
|
| 34 | |||
| 35 | /** |
||
| 36 | * |
||
| 37 | * @param UnspecifiedType $el |
||
| 38 | * @return self |
||
| 39 | */ |
||
| 40 | 2 | public static function fromChosenASN1(UnspecifiedType $el): self |
|
| 46 | |||
| 47 | /** |
||
| 48 | * |
||
| 49 | * {@inheritdoc} |
||
| 50 | */ |
||
| 51 | 1 | public function string(): string |
|
| 55 | |||
| 56 | /** |
||
| 57 | * |
||
| 58 | * {@inheritdoc} |
||
| 59 | */ |
||
| 60 | 1 | protected function _choiceASN1(): TaggedType |
|
| 64 | } |
||
| 65 |