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

setAttachments() 공개 메소드

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