[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/lib/spout/src/Spout/Common/ -> Type.php (source)

   1  <?php
   2  
   3  namespace Box\Spout\Common;
   4  
   5  /**
   6   * Class Type
   7   * This class references the supported types
   8   *
   9   * @api
  10   */
  11  abstract class Type
  12  {
  13      const CSV = 'csv';
  14      const XLSX = 'xlsx';
  15      const ODS = 'ods';
  16  }


Generated: Thu Aug 11 10:00:09 2016 Cross-referenced by PHPXref 0.7.1