TYPO3  7.6
Public Member Functions | Protected Attributes | List of all members
HistoryEntry Class Reference
Inheritance diagram for HistoryEntry:
AbstractEntity AbstractDomainObject DomainObjectInterface ObjectMonitoringInterface

Public Member Functions

 setFieldlist ($fieldlist)
 
 getFieldlist ()
 

Protected Attributes

 $fieldlist = ''
 

Additional Inherited Members

- Protected Member Functions inherited from AbstractDomainObject
 isPropertyDirty ($previousValue, $currentValue)
 

Detailed Description

Stub model for sys history - only properties required for belog module are added currently

Definition at line 20 of file HistoryEntry.php.

Member Function Documentation

getFieldlist ( )

Get field list

Returns
string

Definition at line 46 of file HistoryEntry.php.

References HistoryEntry\$fieldlist.

setFieldlist (   $fieldlist)

Set list of changed fields

Parameters
string$fieldlist
Returns
void

Definition at line 35 of file HistoryEntry.php.

References HistoryEntry\$fieldlist.

Member Data Documentation

$fieldlist = ''
protected

Definition at line 27 of file HistoryEntry.php.

Referenced by HistoryEntry\getFieldlist(), and HistoryEntry\setFieldlist().