PHP Class PartKeepr\PartBundle\Entity\PartImage

Inheritance: extends PartKeepr\ImageBundle\Entity\Image
Show file Open project: partkeepr/PartKeepr

Public Methods

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

Method Details

__construct() public method

Creates a new part image instance.
public __construct ( )

getPart() public method

Returns the part.
public getPart ( ) : Part
return Part the part

setPart() public method

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