PHP Class PartKeepr\FootprintBundle\Entity\FootprintAttachment

Inheritance: extends PartKeepr\UploadedFileBundle\Entity\UploadedFile
Datei anzeigen Open project: partkeepr/PartKeepr Class Usage Examples

Public Methods

Method Description
__construct ( ) Creates a new footprint attachment.
getFootprint ( ) : Footprint Returns the footprint.
setFootprint ( Footprint $footprint = null ) Sets the footprint.

Method Details

__construct() public method

Creates a new footprint attachment.
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 = null )
$footprint Footprint The footprint to set