Method DC_Table::generateTree
Automatically extracted PHP DOC comment from code: END OF PHP DOC
Recursively generate the tree and return it as HTML string
protected function string generateTree(string $table, integer $id, array $arrPrevNext, boolean $blnHasSorting, integer $intMargin, array $arrClipboard, boolean $blnCircularReference, boolean $protectedPage)
Parameters
- string $table
- Not documented yet. Please add documentation to this entry.
- integer $id
- Not documented yet. Please add documentation to this entry.
- array $arrPrevNext
- Not documented yet. Please add documentation to this entry.
- boolean $blnHasSorting
- Not documented yet. Please add documentation to this entry.
- integer $intMargin
- Default:
- Not documented yet. Please add documentation to this entry.
- array $arrClipboard
- Default: false
- Not documented yet. Please add documentation to this entry.
- boolean $blnCircularReference
- Default: false
- Not documented yet. Please add documentation to this entry.
- boolean $protectedPage
- Default: false
- Not documented yet. Please add documentation to this entry.
Add a comment