Tutorial Extension  1.0.0
SellerDeck Extensions - Tutorial Extension
Public Member Functions | List of all members
CSdeLineFormatter Class Reference

Inherits LineFormatter.

Public Member Functions

 format (array $aRecord)
 

Detailed Description

CSdeLineFormatter - SDE LineFormatter class

Definition at line 134 of file CLogger.php.

Member Function Documentation

format ( array  $aRecord)

{}

Definition at line 140 of file CLogger.php.

141  {
142  $sOutput = parent::format($aRecord);
143  return str_replace('@@br@@', '<br/>', htmlentities(str_replace('<br/>', '@@br@@', $sOutput))) . BR;
144  }

The documentation for this class was generated from the following file: