@@ -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'); |
@@ -5,10 +5,10 @@ |
||
| 5 | 5 | trait ShowTrait |
| 6 | 6 | { |
| 7 | 7 | |
| 8 | - /** |
|
| 9 | - * Get show ID |
|
| 10 | - * @return int |
|
| 11 | - */ |
|
| 8 | + /** |
|
| 9 | + * Get show ID |
|
| 10 | + * @return int |
|
| 11 | + */ |
|
| 12 | 12 | public function getId() |
| 13 | 13 | { |
| 14 | 14 | return (int) $this->id; |