| Conditions | 4 |
| Paths | 5 |
| Total Lines | 19 |
| Code Lines | 16 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 16 | } |
||
| 17 | |||
| 18 | public function newItem($identifier) { |
||
| 19 | return new HtmlCard($identifier); |
||
| 20 | } |
||
| 21 | |||
| 22 | public function getCard($index) { |
||
| 23 | return $this->getItem($index); |
||
| 24 | } |
||
| 25 | |||
| 26 | public function getCardContent($cardIndex, $contentIndex) { |
||
| 27 | return $this->getItemContent($cardIndex, $contentIndex); |
||
| 28 | } |
||
| 29 | |||
| 30 | } |