Documentation TYPO3 par Ameos |
Public Member Functions | |
init ($clause='') | |
expandNext ($id) | |
PMicon ($row, $a, $c, $nextCount, $exp) | |
initializePositionSaving () | |
Public Attributes | |
$fieldArray = Array('uid','title','doktype','php_tree_stop','t3ver_id','t3ver_state','t3ver_swapmode') | |
$defaultList = 'uid,pid,tstamp,sorting,deleted,perms_userid,perms_groupid,perms_user,perms_group,perms_everybody,crdate,cruser_id' | |
$setRecs = 0 |
Definition at line 78 of file class.t3lib_pagetree.php.
|
Returns true/false if the next level for $id should be expanded - and all levels should, so we always return 1.
Reimplemented from t3lib_treeView. Reimplemented in localPageTree. Definition at line 106 of file class.t3lib_pagetree.php. |
|
Init function REMEMBER to feed a $clause which will filter out non-readable pages!
Definition at line 90 of file class.t3lib_pagetree.php. References t3lib_treeView::$clause, and t3lib_extMgm::isLoaded(). |
|
Get stored tree structure AND updating it if needed according to incoming PM GET var.
Reimplemented from t3lib_treeView. Reimplemented in localPageTree. Definition at line 138 of file class.t3lib_pagetree.php. |
|
Generate the plus/minus icon for the browsable tree. In this case, there is no plus-minus icon displayed.
Reimplemented from t3lib_treeView. Definition at line 123 of file class.t3lib_pagetree.php. |
|
List of other fields which are ALLOWED to set (here, based on the "pages" table!)
Reimplemented from t3lib_treeView. Definition at line 80 of file class.t3lib_pagetree.php. |
|
Default set of fields selected from the tree table. Make SURE that these fields names listed herein are actually possible to select from $this->table (if that variable is set to a TCA table name)
Reimplemented from t3lib_treeView. Definition at line 79 of file class.t3lib_pagetree.php. |
|
If true, records as selected will be stored internally in the ->recs array Reimplemented from t3lib_treeView. Definition at line 81 of file class.t3lib_pagetree.php. |