TYPO3 API  SVNRelease
ext_autoload.php
Go to the documentation of this file.
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 ?>