[TYPO3-seminars] xclassing class.tx_seminars_pi1.php

Krystian Szymukowicz t33k.RE.MO.VE at RE.MO.VE.prolabium.com
Fri Feb 19 11:14:25 CET 2010


hi

I can not xclass class.tx_seminars_pi1.php.


What I did so far is:

a) in ext_localconf.php

$TYPO3_CONF_VARS[TYPO3_MODE]['XCLASS']['ext/seminars/pi1/class.tx_seminars_pi1.php']= 
t3lib_extMgm::extPath($_EXTKEY,'ext/seminars/pi1/class.ux_tx_seminars_pi1.php');


b) in the class.ux_tx_seminars_pi1.php there is:

class ux_tx_seminars_pi1 extends tx_seminars_pi1 {

   //xclassed method
   private function createSingleView() {
     ...
   }

}


So everything should be ok. The class.ux_tx_seminars_pi1.php is included 
for sure (tested with die at the begining of the file).


I succesfully xclassed class.ux_tx_seminars_pi1_registrationEditor.php 
but can not class.tx_seminars_pi1.php.



Tnx for any clue.



--
grtz
Krystian Szymukowicz
	


More information about the TYPO3-project-seminars mailing list