PartKeepr\FootprintBundle\Entity\FootprintCategory::getFootprints PHP Method

getFootprints() public method

Returns the footprints.
public getFootprints ( ) : ArrayCollection
return Doctrine\Common\Collections\ArrayCollection
    public function getFootprints()
    {
        return $this->footprints;
    }