[TYPO3-core] RFC: #7954: ToolbarItem Classes Xclass doesn't work

Steffen Kamper steffen at sk-typo3.de
Fri Mar 28 19:36:25 CET 2008


"Oliver Hader" <oliver at typo3.org> schrieb im Newsbeitrag 
news:mailman.1.1206728533.14094.typo3-team-core at lists.netfielders.de...
> Hi Steffen,
>
> Steffen Kamper schrieb:
>> i have a followup for #7954 and put it here because it's the same issue.
>>
>> private declare in class.clearcachemenu.php make it impossible to extend 
>> and add own items.
>> $cacheActions has to be public
>> $backendReference has to be protected.
>>
>> with this change it's possible to add own items in extended class:
>>
>> parent::__construct($backendReference);
>> $this->cacheActions[] = array(...);
>>
>> patch is attached, also in #7954.
>
> Let's keep these things separated in their own RFCs. #7954 is one thing 
> and the XCLASSing of the stuff in typo3/classes/ is a new thing - e.g. in 
> BackendSearchMenu there's the same thing again...
>

ok,
so i make a new one for the backend classes in one patch together, ignore 
this one.

vg  Steffen 




More information about the TYPO3-team-core mailing list