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 9906 2010-12-27 11:54:35Z stephenking $
00006  */
00007 
00008 $extPath = t3lib_extMgm::extPath('install');
00009 return array(
00010     'tx_install_report_installstatus' => $extPath . 'report/class.tx_install_report_installstatus.php',
00011     'tx_install_updates_base' => $extPath . 'Classes/Updates/Base.php'
00012 );
00013 
00014 ?>