[TYPO3-dev] Purpose of t3lib_recordList::writeBottom()

Sebastian Gebhard sebastiangebhard at hoch2.de
Tue Mar 30 09:22:07 CEST 2010


Am 30.03.10 08:58, schrieb Peter Russ:
> Is it used at any place in the TYPO3 project and perhaps the majaor
> extensions (e.g. PMA, tt_news, tt_address, direct_mail)?
>
> Peter

Yes, i'm aware of that fact. But I guess that's more a copy and paste 
thing - i still see no purpose for this function. Just correct me, if 
I'm wrong.

Of course it can not simply be removed but has to be emptied and 
deprecated like this:

/**
  * Finishes the tables listing
  *
  * @deprecated since TYPO3 4.4 - Use CSS if you need a visual separator 
below the tables listing
  * @return	void
  */
function writeBottom()	{
	self::logDeprecatedFunction();
}





More information about the TYPO3-dev mailing list