Movies\Movie::getActors PHP 메소드

getActors() 공개 메소드

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