Total Complexity | 6 |
Total Lines | 33 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
20 | abstract class FileLoaderAbstract extends LoaderAbstract |
||
21 | { |
||
22 | use FileHandlerTrait; |
||
23 | |||
24 | /** |
||
25 | * @param resource|string $input |
||
26 | * |
||
27 | * @throws YaEtlException |
||
28 | * @throws NodalFlowException |
||
29 | */ |
||
30 | public function __construct($input) |
||
41 | } |
||
42 | |||
43 | /** |
||
44 | * @return $this |
||
45 | */ |
||
46 | public function writeBom() |
||
55 |