init
This commit is contained in:
8
include/ECM/EcmJsTable/EcmJsTableController.php
Normal file
8
include/ECM/EcmJsTable/EcmJsTableController.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
require_once 'include/ECM/EcmJsTable/EcmJsTable.inc';
|
||||
|
||||
class EcmJsTableController {
|
||||
public function getHeaders($metadata, $type) {
|
||||
return array (EcmJsTable::getHeaders($metadata, $type));
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user