getActors() 공개 메소드

Find all actors related to a serie
public getActors ( integer $serieId ) : array
$serieId integer
리턴 array
 public function getShowActors($showId)
 {
     $actors = $this->tvDb->getActors($showId);
     return JsonResponse::create($actors);
 }