1 | <?php |
||
9 | class TouchMaterializer implements MaterializerInterface |
||
10 | { |
||
11 | /** @var string */ |
||
12 | private $directory; |
||
13 | |||
14 | public function __construct(string $directory) |
||
18 | |||
19 | /** |
||
20 | * @todo add file changes check |
||
21 | * {@inheritdoc} |
||
22 | */ |
||
23 | public function materialize(string $code, Declaration $declaration): void |
||
36 | |||
37 | private function convertName(Declaration $declaration): string |
||
41 | } |