| 1 | <?php |
||
| 12 | final class CompileObjectGraph |
||
| 13 | { |
||
| 14 | /** @var FilePutContents */ |
||
| 15 | private $filePutContents; |
||
| 16 | |||
| 17 | /** @var string */ |
||
| 18 | private $appDir; |
||
| 19 | |||
| 20 | public function __construct(FilePutContents $filePutContents, string $appDir) |
||
| 25 | |||
| 26 | public function __invoke(AbstractModule $module): string |
||
| 33 | } |
||
| 34 |