| 1 | <?php |
||
| 5 | class XsdSeeker |
||
| 6 | { |
||
| 7 | |||
| 8 | public static $list = [ |
||
| 9 | 'ConsultaLoteEventos' => ['version' => '', 'name' => ''], |
||
| 10 | 'EnvioLoteEventos' => ['version' => '', 'name' => ''], |
||
| 11 | 'RetornoEnvioLoteEventos' => ['version' => '', 'name' => ''], |
||
| 12 | 'RetornoEvento' => ['version' => '', 'name' => ''], |
||
| 13 | 'RetornoProcessamentoLote' => ['version' => '', 'name' => ''], |
||
| 14 | ]; |
||
| 15 | |||
| 16 | public static function seek($path) |
||
| 38 | |||
| 39 | public static function getVersion($filename) |
||
| 45 | } |
||
| 46 |