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, $propertyName, $prefix, $datatype) | |
Public Attributes | |
$doc | |
$content | |
$P | |
$mode | |
$show | |
$objString | |
$onlyProperty |
Definition at line 127 of file wizard_tsconfig.php.
SC_wizard_tsconfig::init | ( | ) |
Initialization of the class
Definition at line 149 of file wizard_tsconfig.php.
References t3lib_div::_GP(), t3lib_extMgm::isLoaded(), and t3lib_div::makeInstance().
SC_wizard_tsconfig::main | ( | ) |
Main function, rendering the content of the TypoScript property browser, including links to online resources
Definition at line 299 of file wizard_tsconfig.php.
SC_wizard_tsconfig::printContent | ( | ) |
Outputting the accumulated content to screen
Definition at line 324 of file wizard_tsconfig.php.
SC_wizard_tsconfig::browseTSprop | ( | $ | mode, | |
$ | show | |||
) |
Create the content of the module:
string | Object string | |
integer | Pointing to an entry in static_tsconfig_help to show. |
Definition at line 337 of file wizard_tsconfig.php.
References t3lib_div::makeInstance().
SC_wizard_tsconfig::getObjTree | ( | ) |
Create object tree from static_tsconfig_help table
Definition at line 423 of file wizard_tsconfig.php.
References t3lib_div::trimExplode().
SC_wizard_tsconfig::setObj | ( | &$ | objTree, | |
$ | strArr, | |||
$ | params | |||
) |
Sets the information from a static_tsconfig_help record in the object array. Makes recursive calls.
array | Object tree array, passed by value! | |
array | Array of elements from object path (?) | |
array | Array with record and something else (?) |
Definition at line 452 of file wizard_tsconfig.php.
SC_wizard_tsconfig::revertFromSpecialChars | ( | $ | str | ) |
Converts > and < to > and <
string | Input string |
Definition at line 472 of file wizard_tsconfig.php.
SC_wizard_tsconfig::doLink | ( | $ | params | ) |
Creates a link based on input params array:
array | Parameters |
Definition at line 485 of file wizard_tsconfig.php.
SC_wizard_tsconfig::removePointerObjects | ( | $ | objArray | ) |
Remove pointer strings from an array
array | Input array |
Definition at line 498 of file wizard_tsconfig.php.
SC_wizard_tsconfig::linkToObj | ( | $ | str, | |
$ | uid, | |||
$ | objString = '' | |||
) |
Linking string to object by UID
string | String to link | |
integer | UID of a static_tsconfig_help record. | |
string | Title string for that record! |
Definition at line 517 of file wizard_tsconfig.php.
SC_wizard_tsconfig::printTable | ( | $ | table, | |
$ | objString, | |||
$ | objTree | |||
) |
Creates a table of properties:
array | Array with properties for the current object path | |
string | Object path | |
array | Object tree |
Definition at line 530 of file wizard_tsconfig.php.
References t3lib_div::trimExplode().
SC_wizard_tsconfig::linkProperty | ( | $ | str, | |
$ | propertyName, | |||
$ | prefix, | |||
$ | datatype | |||
) |
Creates a link on a property.
string | String to link | |
string | Property value. | |
string | Object path prefix to value | |
string | Data type |
Definition at line 611 of file wizard_tsconfig.php.