• Mathias Chouet's avatar
    Properly separating singleValue and currentValue concepts · 33967434
    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
FileUploadEvents.php 295 bytes
<?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';