Newscoop\Entity\Article::getImages PHP 메소드

getImages() 공개 메소드

Getter for images.
public getImages ( ) : ArrayCollection
리턴 Doctrine\Common\Collections\ArrayCollection
    public function getImages()
    {
        return $this->images;
    }