<?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'; }