Total Complexity | 2 |
Total Lines | 25 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 0 |
1 | <?php |
||
8 | class Movie extends Zend_View_Helper_Abstract |
||
9 | { |
||
10 | /** |
||
11 | * Returns a string for a movie. It is composed of a link to IMDb and the movie title which links to the movie page. |
||
12 | * |
||
13 | * @param \mQueue\Model\Movie $movie |
||
14 | * |
||
15 | * @return string |
||
16 | */ |
||
17 | public function movie(\mQueue\Model\Movie $movie): string |
||
35 |