File "Type.php"

Full Path: /home/romayxjt/public_html/wp-content/plugins/fluentform/app/Services/Spout/Common/Type.php
File size: 209 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace Box\Spout\Common;

/**
 * Class Type
 * This class references the supported types
 *
 * @api
 */
abstract class Type
{
    const CSV = 'csv';
    const XLSX = 'xlsx';
    const ODS = 'ods';
}