PartKeepr\FootprintBundle\Entity\FootprintAttachment::__construct PHP Method

__construct() public method

Creates a new footprint attachment.
public __construct ( )
    public function __construct()
    {
        parent::__construct();
        $this->setType('FootprintAttachment');
    }