| 1 | <?php |
||
| 26 | class Jobs |
||
| 27 | { |
||
| 28 | |||
| 29 | /** |
||
| 30 | * Tmdb object |
||
| 31 | * @var \vfalies\tmdb\Tmdb |
||
| 32 | */ |
||
| 33 | protected $tmdb = null; |
||
| 34 | |||
| 35 | /** |
||
| 36 | * Constructor |
||
| 37 | * @param \vfalies\tmdb\Interfaces\TmdbInterface; $tmdb |
||
|
|
|||
| 38 | */ |
||
| 39 | 1 | public function __construct(TmdbInterface $tmdb) |
|
| 43 | |||
| 44 | /** |
||
| 45 | * Get job list |
||
| 46 | * @param array $options |
||
| 47 | * @return \Generator|\stdClass |
||
| 48 | * @throws \vfalies\tmdb\Catalogs\TmdbException |
||
| 49 | */ |
||
| 50 | 1 | public function getList(array $options = array()) |
|
| 75 | |||
| 76 | } |
||
| 77 |
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.