PHP Class PartKeepr\FootprintBundle\Entity\FootprintImage

Inheritance: extends PartKeepr\ImageBundle\Entity\Image
Datei anzeigen Open project: partkeepr/PartKeepr Class Usage Examples

Public Methods

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

Method Details

__construct() public method

Creates a new IC logo instance.
public __construct ( )

getFootprint() public method

Returns the footprint.
public getFootprint ( ) : Footprint
return Footprint the footprint

setFootprint() public method

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