[TYPO3-core] RFC: #15589: Move debug functions to own utility class
David Bruchmann
typo3-team-core at bruchmann-web.de
Mon Aug 30 10:44:55 CEST 2010
Hi,
Von: Dmitry Dulepov <dmitry at typo3.org>
>
> Steffen Kamper wrote:
>> @all - yes, we can rename the functions
>
> ...but not existing ones because that would break compatibility ;)
>
the naming-convention should be solved like this IMHO:
in t3lib_div:
static function view_array(...) {
...
return t3lib_debug::viewArray(...);
}
how the new class is called is another item but I propose to take my
shorter name instead of t3lib_utility_debug.
Greets,
David
More information about the TYPO3-team-core
mailing list