An error occurred while loading the file. Please try again.
-
Mathias Chouet authored
only write to currentValue during calculation Fix incorrect use of isDefined in SectionCirc isDefined: protection against empty result .v is now held by ParamDefinition and not ParamValues updated tests adapted value mode checks to new local .v
33967434
<?php
/*
* Copyright (C) 2015 IRSTEA
* All rights reserved.
*/
namespace Irstea\FileUploadBundle;
/**
* Description of FileUploadEvents
*
* @author Guillaume Perréal <guillaume.perreal@irstea.fr>
*/
final class FileUploadEvents
{
const UPLOAD_COMPLETE = 'file_upload.complete';
}