<?php

namespace GFExcel;

class GFExcelConfigConstants
{
    const GFEXCEL_EVENT_DOWNLOAD = 'gfexcel_event_download';

    const GFEXCEL_DOWNLOAD_SECURED = 'gfexcel_download_secured';

    const GFEXCEL_DOWNLOAD_RENDERER = 'gfexcel_download_renderer';

    /**
     * The hook that rewrites the combiner.
     * @since 1.8.0
     */
    public const GFEXCEL_DOWNLOAD_COMBINER = 'gfexcel_download_combiner';
}
