Documentation TYPO3 par Ameos |
Public Member Functions | |
initArray () | |
getTimeLabel ($code) | |
getUserLabel ($code) | |
getTypeLabel ($code) | |
getActionLabel ($code) | |
getDetails ($code, $text, $data, $sys_log_uid=0) | |
reset () | |
getErrorFormatting ($sign) | |
formatDetailsForList ($row) | |
stripPath ($inArr) | |
initArray () | |
getTimeLabel ($code) | |
getUserLabel ($code) | |
getTypeLabel ($code) | |
getActionLabel ($code) | |
getDetails ($code, $text, $data, $sys_log_uid=0) | |
reset () | |
getErrorFormatting ($sign) | |
formatDetailsForList ($row) | |
stripPath ($inArr) | |
Public Attributes | |
$lastTimeLabel = '' | |
$lastUserLabel = '' | |
$lastTypeLabel = '' | |
$lastActionLabel = '' | |
$detailsOn = 1 | |
$stripPath = 1 | |
$errorSign | |
$be_user_Array = array() |
Definition at line 81 of file class.t3lib_bedisplaylog.php.
|
Formatting details text for the sys_log row inputted
Definition at line 236 of file class.t3lib_bedisplaylog.php. References getDetails(), and stripPath(). |
|
Formatting details text for the sys_log row inputted
Definition at line 236 of file class.t3lib_bedisplaylog.php. References getDetails(), and stripPath(). |
|
Get action label for log listing
Definition at line 162 of file class.t3lib_bedisplaylog.php. |
|
Get action label for log listing
Definition at line 162 of file class.t3lib_bedisplaylog.php. |
|
Get details for the log entry
Definition at line 180 of file class.t3lib_bedisplaylog.php. |
|
Get details for the log entry
Definition at line 180 of file class.t3lib_bedisplaylog.php. Referenced by formatDetailsForList(). |
|
Formats input string in red-colored font tags
Definition at line 226 of file class.t3lib_bedisplaylog.php. |
|
Formats input string in red-colored font tags
Definition at line 226 of file class.t3lib_bedisplaylog.php. |
|
Get time label for log listing
Definition at line 119 of file class.t3lib_bedisplaylog.php. |
|
Get time label for log listing
Definition at line 119 of file class.t3lib_bedisplaylog.php. |
|
Get type label for log listing
Definition at line 148 of file class.t3lib_bedisplaylog.php. |
|
Get type label for log listing
Definition at line 148 of file class.t3lib_bedisplaylog.php. |
|
Get user name label for log listing
Definition at line 134 of file class.t3lib_bedisplaylog.php. |
|
Get user name label for log listing
Definition at line 134 of file class.t3lib_bedisplaylog.php. |
|
Initialize the log table array with header labels.
Reimplemented in logFunctions_ext. Definition at line 102 of file class.t3lib_bedisplaylog.php. |
|
Initialize the log table array with header labels.
Reimplemented in logFunctions_ext. Definition at line 102 of file class.t3lib_bedisplaylog.php. |
|
Reset all internal "last..." variables to blank string.
Definition at line 212 of file class.t3lib_bedisplaylog.php. |
|
Reset all internal "last..." variables to blank string.
Definition at line 212 of file class.t3lib_bedisplaylog.php. |
|
For all entries in the $inArray (expected to be filepaths) the basename is extracted and set as value (if $this->stripPath is set) This is done for log-entries from the FILE modules
Definition at line 253 of file class.t3lib_bedisplaylog.php. References stripPath(). |
|
For all entries in the $inArray (expected to be filepaths) the basename is extracted and set as value (if $this->stripPath is set) This is done for log-entries from the FILE modules
Definition at line 253 of file class.t3lib_bedisplaylog.php. Referenced by formatDetailsForList(), and stripPath(). |
|
Initial value: Array(
1 => '!',
2 => 'Sys!',
3 => 'Secur!'
)
Definition at line 89 of file class.t3lib_bedisplaylog.php. |