PartKeepr\PartBundle\Entity\PartImage::setPart PHP Method

setPart() public method

Sets the part.
public setPart ( Part $part )
$part Part The part to set
    public function setPart(Part $part)
    {
        $this->part = $part;
    }