| 1 | <?php |
||
| 11 | class SecurityIdentificationDetails extends Deg |
||
| 12 | { |
||
| 13 | const PARTY_MS = 1; // sender |
||
| 14 | const CID_NONE = ''; |
||
| 15 | |||
| 16 | /** |
||
| 17 | * SecurityIdentificationDetails constructor. |
||
| 18 | * |
||
| 19 | * @param string $cid |
||
| 20 | * @param int $systemId |
||
| 21 | */ |
||
| 22 | 5 | public function __construct($cid = self::CID_NONE, $systemId = 0) |
|
| 28 | } |
||
| 29 |