PartKeepr\FootprintBundle\Entity\FootprintImage::getFootprint PHP Méthode

getFootprint() public méthode

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