PartKeepr\FootprintBundle\Entity\Footprint::getAttachments PHP Метод

getAttachments() публичный Метод

Returns the attachments for this footprint.
public getAttachments ( ) : ArrayCollection
Результат Doctrine\Common\Collections\ArrayCollection The attachments
    public function getAttachments()
    {
        return $this->attachments;
    }