PHP Class PartKeepr\FootprintBundle\Entity\FootprintImage

Inheritance: extends PartKeepr\ImageBundle\Entity\Image
Afficher le fichier Open project: partkeepr/PartKeepr Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( ) Creates a new IC logo instance.
getFootprint ( ) : Footprint Returns the footprint.
setFootprint ( Footprint $footprint ) Sets the footprint.

Method Details

__construct() public méthode

Creates a new IC logo instance.
public __construct ( )

getFootprint() public méthode

Returns the footprint.
public getFootprint ( ) : Footprint
Résultat Footprint the footprint

setFootprint() public méthode

Sets the footprint.
public setFootprint ( Footprint $footprint )
$footprint Footprint The footprint to set