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('taskcenter');
00007 return array (
00008     'tx_taskcenter_task' => $extensionPath . 'interfaces/interface.tx_taskcenter_task.php'
00009 );
00010 ?>