PartKeepr\FootprintBundle\Entity\FootprintImage::getFootprint PHP Method

getFootprint() public method

Returns the footprint.
public getFootprint ( ) : Footprint
return Footprint the footprint
    public function getFootprint()
    {
        return $this->footprint;
    }