PartKeepr\PartBundle\Entity\PartAttachment::__construct PHP 메소드

__construct() 공개 메소드

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