PartKeepr\FootprintBundle\Entity\Footprint::getAttachments PHP Method

getAttachments() public method

Returns the attachments for this footprint.
public getAttachments ( ) : ArrayCollection
return Doctrine\Common\Collections\ArrayCollection The attachments
    public function getAttachments()
    {
        return $this->attachments;
    }