|
TYPO3 API
SVNRelease
|
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 | |
Protected Member Functions | |
| areFieldChangeFunctionsValid () | |
Definition at line 119 of file wizard_tsconfig.php.
| SC_wizard_tsconfig::areFieldChangeFunctionsValid | ( | ) | [protected] |
Determines whether submitted field change functions are valid and are coming from the system and not from an external abuse.
Definition at line 633 of file wizard_tsconfig.php.
Referenced by init().
| 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 335 of file wizard_tsconfig.php.
References $GLOBALS, $mode, $res, $show, getObjTree(), t3lib_iconWorks\getSpriteIcon(), t3lib_div\linkThisScript(), t3lib_div\makeInstance(), and removePointerObjects().
Referenced by main().
| SC_wizard_tsconfig::doLink | ( | $ | params | ) |
Creates a link based on input params array:
| array | Parameters |
Definition at line 484 of file wizard_tsconfig.php.
References linkToObj().
Referenced by setObj().
| SC_wizard_tsconfig::getObjTree | ( | ) |
Create object tree from static_tsconfig_help table
Definition at line 422 of file wizard_tsconfig.php.
References $GLOBALS, $res, revertFromSpecialChars(), setObj(), and t3lib_div\trimExplode().
Referenced by browseTSprop().
| SC_wizard_tsconfig::init | ( | ) |
Initialization of the class
Definition at line 146 of file wizard_tsconfig.php.
References $BACK_PATH, t3lib_div\_GP(), areFieldChangeFunctionsValid(), t3lib_extMgm\isLoaded(), t3lib_div\linkThisScript(), and t3lib_div\makeInstance().
| 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 602 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 515 of file wizard_tsconfig.php.
References $objString.
Referenced by doLink().
| SC_wizard_tsconfig::main | ( | ) |
Main function, rendering the content of the TypoScript property browser, including links to online resources
Definition at line 297 of file wizard_tsconfig.php.
References browseTSprop().
| SC_wizard_tsconfig::printContent | ( | ) |
Outputting the accumulated content to screen
Definition at line 322 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 528 of file wizard_tsconfig.php.
| SC_wizard_tsconfig::removePointerObjects | ( | $ | objArray | ) |
Remove pointer strings from an array
| array | Input array |
Definition at line 497 of file wizard_tsconfig.php.
References $value.
Referenced by browseTSprop().
| SC_wizard_tsconfig::revertFromSpecialChars | ( | $ | str | ) |
Converts > and < to > and <
| string | Input string |
Definition at line 471 of file wizard_tsconfig.php.
Referenced by getObjTree().
| 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 451 of file wizard_tsconfig.php.
References doLink().
Referenced by getObjTree().
| SC_wizard_tsconfig::$content |
Definition at line 128 of file wizard_tsconfig.php.
| SC_wizard_tsconfig::$doc |
Definition at line 127 of file wizard_tsconfig.php.
| SC_wizard_tsconfig::$mode |
Definition at line 132 of file wizard_tsconfig.php.
Referenced by browseTSprop().
| SC_wizard_tsconfig::$objString |
Definition at line 134 of file wizard_tsconfig.php.
Referenced by linkToObj().
| SC_wizard_tsconfig::$onlyProperty |
Definition at line 135 of file wizard_tsconfig.php.
| SC_wizard_tsconfig::$P |
Definition at line 131 of file wizard_tsconfig.php.
| SC_wizard_tsconfig::$show |
Definition at line 133 of file wizard_tsconfig.php.
Referenced by browseTSprop().
1.7.5.1