[TYPO3-dev] Trying to make plugins compatible with Typo3 4.2

Tapio Markula tapio.markula at xetpoint.fi
Sun Mar 2 16:07:50 CET 2008


Ingo Renner kirjoitti:
> Malte Jansen wrote:
> 
> Hi Malte,
> 
>> You could also use:
>>
>> protected final function bar() {
>>     return 'yourpassword'
>> }
>>
>> So the function is accessable, but not rewritable....
> 
> true! totally forgot about final, damn!
> 
> Ingo
> 

sounds good! :). So that makes quite the same as private (no 
rewriteable), but doesn't cause harm using XCLASS because the function 
is accessible. Please check whole 4.2 - there are many annoying private 
functions, which cause problems.




More information about the TYPO3-dev mailing list