PHP Class PartKeepr\FootprintBundle\Entity\FootprintAttachment

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

Méthodes publiques

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

Method Details

__construct() public méthode

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