PHP Class PartKeepr\PartBundle\Entity\PartImage

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

Méthodes publiques

Méthode Description
__construct ( ) Creates a new part image instance.
getPart ( ) : Part Returns the part.
setPart ( Part $part ) Sets the part.

Method Details

__construct() public méthode

Creates a new part image instance.
public __construct ( )

getPart() public méthode

Returns the part.
public getPart ( ) : Part
Résultat Part the part

setPart() public méthode

Sets the part.
public setPart ( Part $part )
$part Part The part to set