Documentation TYPO3 par Ameos |
Public Member Functions | |
init () | |
main () | |
printContent () | |
browseTSprop ($mode, $show) | |
getObjTree () | |
setObj (&$objTree, $strArr, $params) | |
revertFromSpecialChars ($str) | |
doLink ($params) | |
removePointerObjects ($objArray) | |
linkToObj ($str, $uid, $objString='') | |
printTable ($table, $objString, $objTree) | |
linkProperty ($str, $propertyVal, $prefix, $datatype) | |
Public Attributes | |
$doc | |
$content | |
$P | |
$mode | |
$show | |
$objString | |
$onlyProperty |
Definition at line 123 of file wizard_tsconfig.php.
|
Create the content of the module:
Definition at line 290 of file wizard_tsconfig.php. References t3lib_div::makeInstance(). |
|
Creates a link based on input params array:
Definition at line 439 of file wizard_tsconfig.php. |
|
Create object tree from static_tsconfig_help table
Definition at line 376 of file wizard_tsconfig.php. References t3lib_div::trimExplode(). |
|
Initialization of the class
Definition at line 145 of file wizard_tsconfig.php. References t3lib_div::_GP(), t3lib_extMgm::isLoaded(), and t3lib_div::makeInstance(). |
|
Creates a link on a property.
Definition at line 565 of file wizard_tsconfig.php. |
|
Linking string to object by UID
Definition at line 471 of file wizard_tsconfig.php. |
|
Main function, rendering the content of the TypoScript property browser, including links to online resources
Definition at line 252 of file wizard_tsconfig.php. |
|
Outputting the accumulated content to screen
Definition at line 279 of file wizard_tsconfig.php. |
|
Creates a table of properties:
Definition at line 484 of file wizard_tsconfig.php. References t3lib_div::trimExplode(). |
|
Remove pointer strings from an array
Definition at line 452 of file wizard_tsconfig.php. |
|
Converts > and < to > and <
Definition at line 426 of file wizard_tsconfig.php. |
|
Sets the information from a static_tsconfig_help record in the object array. Makes recursive calls.
Definition at line 406 of file wizard_tsconfig.php. |