TYPO3 CMS  TYPO3_6-2
HistoryEntry.php
Go to the documentation of this file.
1 <?php
3 
23 
29  protected $fieldlist = '';
30 
37  public function setFieldlist($fieldlist) {
38  // TODO think about exploding this to an array
39  $this->fieldlist = $fieldlist;
40  }
41 
47  public function getFieldlist() {
48  return $this->fieldlist;
49  }
50 
51 }
getFieldlist()
setFieldlist($fieldlist)
$fieldlist