@@ -9,6 +9,9 @@ |
||
9 | 9 | class TVShow extends Item implements TVShowInterface |
10 | 10 | { |
11 | 11 | |
12 | + /** |
|
13 | + * @param integer $tv_id |
|
14 | + */ |
|
12 | 15 | public function __construct(Tmdb $tmdb, $tv_id, array $options = array()) |
13 | 16 | { |
14 | 17 | parent::__construct($tmdb, $tv_id, $options, 'tv'); |