1 | <?php |
||
27 | class Jobs |
||
28 | { |
||
29 | |||
30 | /** |
||
31 | * Tmdb object |
||
32 | * @var TmdbInterface |
||
33 | */ |
||
34 | protected $tmdb = null; |
||
35 | |||
36 | /** |
||
37 | * Constructor |
||
38 | * @param \vfalies\tmdb\Interfaces\TmdbInterface; $tmdb |
||
|
|||
39 | */ |
||
40 | 2 | public function __construct(TmdbInterface $tmdb) |
|
44 | |||
45 | /** |
||
46 | * Get job list |
||
47 | * @param array $options |
||
48 | * @return \Generator|\stdClass |
||
49 | * @throws \vfalies\tmdb\Catalogs\TmdbException |
||
50 | */ |
||
51 | 2 | public function getList(array $options = array()) |
|
77 | |||
78 | /** |
||
79 | * Genre Item generator method |
||
80 | * @param array $results |
||
81 | */ |
||
82 | 1 | private function genreItemGenerator(array $results) |
|
89 | } |
||
90 |
This check marks PHPDoc comments that could not be parsed by our parser. To see which comment annotations we can parse, please refer to our documentation on supported doc-types.