Conditions | 1 |
Paths | 1 |
Total Lines | 7 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
21 | public function __construct( EntityPerPage $entityPerPageTable, EntityId $previousId = null ) { |
||
22 | $this->entityPerPageTable = $entityPerPageTable; |
||
23 | $this->previousId = $previousId; |
||
24 | |||
25 | $this->addFetcherForEntityType( 'item' ); |
||
26 | $this->addFetcherForEntityType( 'property' ); |
||
27 | } |
||
28 | |||
50 |