Documentation TYPO3 par Ameos |
Public Member Functions | |
| genTree ($theID, $depthData) | |
| lostRecords ($pid_list) | |
| fixLostRecord ($table, $uid) | |
| countRecords ($pid_list) | |
| getGroupFields ($mode) | |
| getFileFields ($uploadfolder) | |
| getDBFields ($theSearchTable) | |
| selectNonEmptyRecordsWithFkeys ($fkey_arrays) | |
| testFileRefs () | |
| testDBRefs ($theArray) | |
| whereIsRecordReferenced ($searchTable, $id) | |
| whereIsFileReferenced ($uploadfolder, $filename) | |
Public Attributes | |
| $genTree_includeDeleted = 1 | |
| $perms_clause = '' | |
| $genTree_makeHTML = 0 | |
| $genTree_idlist = '' | |
| $getTree_HTML = '' | |
| $backPath = '' | |
| $checkFileRefs = Array() | |
| $checkSelectDBRefs = Array() | |
| $checkGroupDBRefs = Array() | |
| $page_idArray = Array() | |
| $recStat = Array() | |
| $lRecords = Array() | |
| $lostPagesList = '' | |
Definition at line 90 of file class.t3lib_admin.php.
|
|
Counts records from $TCA-tables that ARE attached to an existing page.
Definition at line 208 of file class.t3lib_admin.php. References t3lib_BEfunc::deleteClause(), and t3lib_div::loadTCA(). |
|
||||||||||||
|
Fixes lost record from $table with uid $uid by setting the PID to zero. If there is a disabled column for the record that will be set as well.
Definition at line 187 of file class.t3lib_admin.php. |
|
||||||||||||
|
Generates a list of Page-uid's that corresponds to the tables in the tree. This list should ideally include all records in the pages-table.
Definition at line 116 of file class.t3lib_admin.php. References t3lib_div::fixed_lgd_cs(), t3lib_extMgm::isLoaded(), and t3lib_iconWorks::skinImg(). |
|
|
Returns an array with arrays of table/field pairs which are allowed to hold references to the input table name - according to $TCA
Definition at line 293 of file class.t3lib_admin.php. References t3lib_div::loadTCA(). |
|
|
Finds all fields that hold filenames from uploadfolder
Definition at line 270 of file class.t3lib_admin.php. References t3lib_div::loadTCA(). |
|
|
Finding relations in database based on type 'group' (files or database-uid's in a list)
Definition at line 236 of file class.t3lib_admin.php. References t3lib_div::loadTCA(). |
|
|
Fills $this->lRecords with the records from all tc-tables that are not attached to a PID in the pid-list.
Definition at line 156 of file class.t3lib_admin.php. References t3lib_div::loadTCA(). |
|
|
This selects non-empty-records from the tables/fields in the fkey_array generated by getGroupFields()
Definition at line 321 of file class.t3lib_admin.php. References t3lib_extMgm::isLoaded(), t3lib_div::loadTCA(), and t3lib_div::makeInstance(). |
|
|
Depends on selectNonEmpty.... to be executed first!!
Definition at line 461 of file class.t3lib_admin.php. References t3lib_BEfunc::deleteClause(). |
|
|
Depends on selectNonEmpty.... to be executed first!!
Definition at line 410 of file class.t3lib_admin.php. |
|
||||||||||||
|
Finding all references to file based on uploadfolder / filename
Definition at line 536 of file class.t3lib_admin.php. |
|
||||||||||||
|
Finding all references to record based on table/uid
Definition at line 499 of file class.t3lib_admin.php. References t3lib_div::loadTCA(), and t3lib_div::makeInstance(). |
1.4.6