PartKeepr\PartBundle\Entity\PartAttachment::setImage PHP Method

setImage() public method

Sets if the attachment is an image.
public setImage ( $image )
$image
    public function setImage($image)
    {
        $this->isImage = $image;
    }