1 | <?php |
||
10 | class FileReader |
||
11 | { |
||
12 | /** |
||
13 | * @param Translation $translation |
||
14 | * |
||
15 | * @throw FileNotFoundException |
||
16 | * |
||
17 | * @return resource |
||
18 | */ |
||
19 | public function readTranslation(Translation $translation) |
||
23 | |||
24 | /** |
||
25 | * @throw FileNotFoundException |
||
26 | * |
||
27 | * @return resource |
||
28 | */ |
||
29 | protected function readStream($filename) |
||
42 | } |
||
43 |