| Total Complexity | 3 |
| Total Lines | 35 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 16 | class file |
||
| 17 | { |
||
| 18 | /** @var \blitze\sitemaker\services\filemanager */ |
||
| 19 | protected $filemanager; |
||
| 20 | |||
| 21 | /** @var string */ |
||
| 22 | protected $phpbb_root_path; |
||
| 23 | |||
| 24 | /** |
||
| 25 | * Constructor |
||
| 26 | * |
||
| 27 | * @param \blitze\sitemaker\services\filemanager $filemanager Filemanager object |
||
| 28 | * @param string $phpbb_root_path phpBB root path |
||
| 29 | */ |
||
| 30 | public function __construct(\blitze\sitemaker\services\filemanager $filemanager, $phpbb_root_path) |
||
| 34 | } |
||
| 35 | |||
| 36 | /** |
||
| 37 | * @param string $file |
||
| 38 | * @return BinaryFileResponse |
||
| 39 | */ |
||
| 40 | public function handle($file) |
||
| 53 |