Documentation TYPO3 par Ameos |
Public Member Functions | |
| genTree ($theID, $depthData, $versions=FALSE) | |
| genTree_records ($theID, $depthData, $table='', $versions=FALSE) | |
| genTreeStatus () | |
| 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 = TRUE | |
| $genTree_includeVersions = TRUE | |
| $genTree_includeRecords = FALSE | |
| $perms_clause = '' | |
| $genTree_makeHTML = 0 | |
| $page_idArray = Array() | |
| $rec_idArray = Array() | |
| $getTree_HTML = '' | |
| $backPath = '' | |
| $checkFileRefs = Array() | |
| $checkSelectDBRefs = Array() | |
| $checkGroupDBRefs = Array() | |
| $recStats | |
| $lRecords = Array() | |
| $lostPagesList = '' | |
Definition at line 93 of file class.t3lib_admin.php.
|
|
Counts records from $TCA-tables that ARE attached to an existing page.
Definition at line 367 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 346 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 128 of file class.t3lib_admin.php. References t3lib_div::fixed_lgd_cs(), genTree_records(), t3lib_iconWorks::getIconImage(), and t3lib_extMgm::isLoaded(). Referenced by genTreeStatus(). |
|
||||||||||||||||||||
|
Definition at line 217 of file class.t3lib_admin.php. References t3lib_BEfunc::deleteClause(), t3lib_BEfunc::getCommonSelectFields(), t3lib_iconWorks::getIconImage(), and t3lib_BEfunc::getRecordTitle(). Referenced by genTree(). |
|
|
[Describe function...]
Definition at line 292 of file class.t3lib_admin.php. References genTree(). |
|
|
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 452 of file class.t3lib_admin.php. References t3lib_div::loadTCA(). |
|
|
Finds all fields that hold filenames from uploadfolder
Definition at line 429 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 395 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 315 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 480 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 620 of file class.t3lib_admin.php. References t3lib_BEfunc::deleteClause(). |
|
|
Depends on selectNonEmpty.... to be executed first!!
Definition at line 569 of file class.t3lib_admin.php. |
|
||||||||||||
|
Finding all references to file based on uploadfolder / filename
Definition at line 695 of file class.t3lib_admin.php. |
|
||||||||||||
|
Finding all references to record based on table/uid
Definition at line 658 of file class.t3lib_admin.php. References t3lib_div::loadTCA(), and t3lib_div::makeInstance(). |
|
|
Initial value: Array(
'allValid' => array(),
'published_versions' => array(),
'deleted' => array(),
)
Definition at line 111 of file class.t3lib_admin.php. |
1.4.6