Bug #58731 ยป DataProviderContext.patch
../../../../Volumes/tim/public_html/TYPO3-Core/supreme/typo3/sysext/backend/Classes/View/BackendLayout/DataProviderContext.php (revision ) | ||
---|---|---|
* @return DataProviderContext
|
||
*/
|
||
public function setFieldName($fieldName) {
|
||
$this->field = $fieldName;
|
||
$this->fieldName = $fieldName;
|
||
return $this;
|
||
}
|
||