|
TYPO3 API
SVNRelease
|
00001 <?php 00002 /* 00003 * Register necessary class names with autoloader 00004 * 00005 */ 00006 $extensionPath = t3lib_extMgm::extPath('impexp'); 00007 return array( 00008 'tx_impexp_task' => $extensionPath . 'task/class.tx_impexp_task.php', 00009 ); 00010 ?>
1.8.0