TYPO3 CMS  TYPO3_6-2
t3lib_refindex Class Reference
Inheritance diagram for t3lib_refindex:
TYPO3\CMS\Core\Database\ReferenceIndex

Additional Inherited Members

- Public Member Functions inherited from TYPO3\CMS\Core\Database\ReferenceIndex
 __construct ()
 
 setWorkspaceId ($workspaceId)
 
 getWorkspaceId ()
 
 updateRefIndexTable ($tableName, $uid, $testOnly=FALSE)
 
 generateRefIndexData ($tableName, $uid)
 
 createEntryData ($table, $uid, $field, $flexpointer, $deleted, $ref_table, $ref_uid, $ref_string='', $sort=-1, $softref_key='', $softref_id='')
 
 createEntryData_dbRels ($table, $uid, $fieldname, $flexpointer, $deleted, $items)
 
 createEntryData_fileRels ($table, $uid, $fieldname, $flexpointer, $deleted, $items)
 
 createEntryData_softreferences ($table, $uid, $fieldname, $flexpointer, $deleted, $keys)
 
 getRelations ($table, $row, $onlyField='')
 
 getRelations_flexFormCallBack ($dsArr, $dataValue, $PA, $structurePath, $pObj)
 
 getRelations_procFiles ($value, $conf, $uid)
 
 getRelations_procDB ($value, $conf, $uid, $table='', $field='')
 
 setReferenceValue ($hash, $newValue, $returnDataArray=FALSE, $bypassWorkspaceAdminCheck=FALSE)
 
 setReferenceValue_dbRels ($refRec, $itemArray, $newValue, &$dataArray, $flexpointer='')
 
 setReferenceValue_fileRels ($refRec, $itemArray, $newValue, &$dataArray, $flexpointer='')
 
 setReferenceValue_softreferences ($refRec, $softref, $newValue, &$dataArray, $flexpointer='')
 
 isReferenceField (array $configuration)
 
 destPathFromUploadFolder ($folder)
 
 error ($msg)
 
- Public Attributes inherited from TYPO3\CMS\Core\Database\ReferenceIndex
 $temp_flexRelations = array()
 
 $errorLog = array()
 
 $WSOL = FALSE
 
 $relations = array()
 
 $words_strings = array()
 
 $words = array()
 
 $hashVersion = 1
 
- Protected Member Functions inherited from TYPO3\CMS\Core\Database\ReferenceIndex
 isDbReferenceField (array $configuration)
 
 fetchTableRelationFields ($tableName)
 
 getRelationHandler ()
 
- Protected Attributes inherited from TYPO3\CMS\Core\Database\ReferenceIndex
 $workspaceId = 0
 
 $runtimeCache = NULL
 
- Static Protected Attributes inherited from TYPO3\CMS\Core\Database\ReferenceIndex
static $nonRelationTables
 
static $nonRelationFields
 
static $cachePrefixTableRelationFields = 'core-refidx-tblRelFields-'
 

Detailed Description

Deprecated:
since 6.0 will be removed in 7.0

Definition at line 942 of file LegacyClassesForIde.php.