Conditions | 1 |
Paths | 1 |
Total Lines | 6 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
21 | public function __construct( ParserData $parserData, Title $subjectPage, EventDispatcher $smwEventDispatcher, SubObjectBuilder $subObjectBuilder ) { |
||
22 | $this->parserData = $parserData; |
||
23 | $this->subjectPage = $subjectPage; |
||
24 | $this->smwEventDispatcher = $smwEventDispatcher; |
||
25 | $this->subObjectBuilder = $subObjectBuilder; |
||
26 | } |
||
27 | |||
45 |