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

isImage() public method

Returns if the attachment is an image or not.
public isImage ( ) : true
return true if the attachment is an image, false otherwise
    public function isImage()
    {
        return $this->isImage;
    }