Movies\Movie::getActors PHP Method

getActors() public method

public getActors ( ) : ArrayCollection | Person[]
return Doctrine\Common\Collections\ArrayCollection | Person[]
    public function getActors()
    {
        return $this->actors;
    }