Newscoop\Entity\Article::setAttachments PHP Method

setAttachments() public method

Setter for attachments.
public setAttachments ( ArrayCollection | null $attachments ) : self
$attachments Doctrine\Common\Collections\ArrayCollection | null Value to set
return self
    public function setAttachments($attachments)
    {
        $this->attachments = $attachments;
        return $this;
    }