[ Index ] |
PHP Cross Reference of Unnamed Project |
[Summary view] [Print] [Text view]
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 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Thu Aug 11 10:00:09 2016 | Cross-referenced by PHPXref 0.7.1 |