@@ -15,6 +15,9 @@ |
||
15 | 15 | |
16 | 16 | use ElementTrait; |
17 | 17 | |
18 | + /** |
|
19 | + * @param integer $tv_id |
|
20 | + */ |
|
18 | 21 | public function __construct(Tmdb $tmdb, $tv_id, array $options = array()) |
19 | 22 | { |
20 | 23 | parent::__construct($tmdb, $tv_id, $options, 'tv'); |