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  * $Id: ext_autoload.php 8156 2010-07-11 12:42:05Z psychomieze $
00006  */
00007 $extensionPath = t3lib_extMgm::extPath('sv');
00008 return array(
00009     'tx_sv_reports_serviceslist' => $extensionPath . 'reports/class.tx_sv_reports_serviceslist.php',
00010 );
00011 ?>