| Conditions | 1 |
| Paths | 1 |
| Total Lines | 7 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 18 | public function __construct(TemplateNameParserInterface $nameParser, PathExpander $pathExpander, array $logicalNames, $defaultLogicalName) |
||
| 19 | { |
||
| 20 | $this->nameParser = $nameParser; |
||
| 21 | $this->pathExpander = $pathExpander; |
||
| 22 | $this->logicalNames = $logicalNames; |
||
| 23 | $this->defaultLogicalName = $defaultLogicalName; |
||
| 24 | } |
||
| 25 | |||
| 51 |