Imdb\TitleSearchAdvanced::setTitleTypes PHP Метод

setTitleTypes() публичный Метод

Set which types of titles should be returned
public setTitleTypes ( array $types )
$types array e.g. [self::MOVIE, self::DOCUMENTARY]
    public function setTitleTypes(array $types)
    {
        $this->titleTypes = $types;
    }