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

__construct() public method

Creates a new part attachment.
public __construct ( )
    public function __construct()
    {
        parent::__construct();
        $this->setType('PartAttachment');
        $this->isImage = null;
    }