| 1 | <?php  | 
            ||
| 14 | final class V02 implements MessageFormatInterface  | 
            ||
| 15 | { | 
            ||
| 16 | /**  | 
            ||
| 17 | * @return string  | 
            ||
| 18 | */  | 
            ||
| 19 | public function getXmlNs()  | 
            ||
| 23 | |||
| 24 | /**  | 
            ||
| 25 | * @return string  | 
            ||
| 26 | */  | 
            ||
| 27 | 3 | public function getMsgId()  | 
            |
| 31 | |||
| 32 | /**  | 
            ||
| 33 | * @return string  | 
            ||
| 34 | */  | 
            ||
| 35 | public function getName()  | 
            ||
| 39 | |||
| 40 | /**  | 
            ||
| 41 | * @return DecoderInterface  | 
            ||
| 42 | */  | 
            ||
| 43 | 3 | public function getDecoder()  | 
            |
| 52 | }  | 
            ||
| 53 |