"TYPO3 4.0.1: SC_wizard_tsconfig Class Reference", "datetime" => "Sat Dec 2 19:25:37 2006", "date" => "2 Dec 2006", "doxygenversion" => "1.4.6", "projectname" => "TYPO3 4.0.1", "projectnumber" => "4.0.1" ); get_header($doxygen_vars); ?>
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, $propertyName, $prefix, $datatype) | |
Public Attributes | |
$doc | |
$content | |
$P | |
$mode | |
$show | |
$objString | |
$onlyProperty |
Definition at line 127 of file wizard_tsconfig.php.
|
Create the content of the module:
Definition at line 337 of file wizard_tsconfig.php. References t3lib_div::makeInstance(). |
|
Creates a link based on input params array:
Definition at line 486 of file wizard_tsconfig.php. |
|
Create object tree from static_tsconfig_help table
Definition at line 423 of file wizard_tsconfig.php. References t3lib_div::trimExplode(). |
|
Initialization of the class
Definition at line 149 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 612 of file wizard_tsconfig.php. |
|
Linking string to object by UID
Definition at line 518 of file wizard_tsconfig.php. |
|
Main function, rendering the content of the TypoScript property browser, including links to online resources
Definition at line 299 of file wizard_tsconfig.php. |
|
Outputting the accumulated content to screen
Definition at line 324 of file wizard_tsconfig.php. |
|
Creates a table of properties:
Definition at line 531 of file wizard_tsconfig.php. References t3lib_div::trimExplode(). |
|
Remove pointer strings from an array
Definition at line 499 of file wizard_tsconfig.php. |
|
Converts > and < to > and <
Definition at line 473 of file wizard_tsconfig.php. |
|
Sets the information from a static_tsconfig_help record in the object array. Makes recursive calls.
Definition at line 453 of file wizard_tsconfig.php. |