PartKeepr\ProjectBundle\Entity\ProjectAttachment::__construct PHP Method

__construct() public method

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