Newscoop\Entity\Article::getImages PHP Method

getImages() public method

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