Sindbad~EG File Manager
<?php
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
abstract class AAL_Exporter {
/**
* Exporter name
*
* @var string
*/
public $name;
/**
* Exporter unique identifier
*
* @var string
*/
public $id;
/**
* Output formatted data for download
*
* @param array $data Array of data to output.
* @param array $columns Column names included in data set.
* @return void
*/
abstract public function write( $data, $columns );
}
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists