SC_wizard_tsconfig Klassenreferenz
Aufstellung aller Elemente
Öffentliche Methoden |
| | 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) |
Öffentliche Attribute |
|
| $doc |
|
| $content |
|
| $P |
|
| $mode |
|
| $show |
|
| $objString |
|
| $onlyProperty |
Dokumentation der Elementfunktionen
| SC_wizard_tsconfig::browseTSprop |
( |
$ |
mode, |
|
|
$ |
show | |
|
) |
| | |
Create the content of the module:
- Parameter:
-
| string | Object string |
| integer | Pointing to an entry in static_tsconfig_help to show. |
- Rückgabe:
- string HTML
| SC_wizard_tsconfig::doLink |
( |
$ |
params |
) |
|
Creates a link based on input params array:
- Parameter:
-
- Rückgabe:
- string The link. private
| SC_wizard_tsconfig::getObjTree |
( |
|
) |
|
Create object tree from static_tsconfig_help table
- Rückgabe:
- array Object tree. private
| SC_wizard_tsconfig::init |
( |
|
) |
|
Initialization of the class
- Rückgabe:
- void
| SC_wizard_tsconfig::linkProperty |
( |
$ |
str, |
|
|
$ |
propertyName, |
|
|
$ |
prefix, |
|
|
$ |
datatype | |
|
) |
| | |
Creates a link on a property.
- Parameter:
-
| string | String to link |
| string | Property value. |
| string | Object path prefix to value |
| string | Data type |
- Rückgabe:
- string Linked $str
| SC_wizard_tsconfig::linkToObj |
( |
$ |
str, |
|
|
$ |
uid, |
|
|
$ |
objString = '' | |
|
) |
| | |
Linking string to object by UID
- Parameter:
-
| string | String to link |
| integer | UID of a static_tsconfig_help record. |
| string | Title string for that record! |
- Rückgabe:
- string Linked string
| SC_wizard_tsconfig::main |
( |
|
) |
|
Main function, rendering the content of the TypoScript property browser, including links to online resources
- Rückgabe:
- void
| SC_wizard_tsconfig::printContent |
( |
|
) |
|
Outputting the accumulated content to screen
- Rückgabe:
- void
| SC_wizard_tsconfig::printTable |
( |
$ |
table, |
|
|
$ |
objString, |
|
|
$ |
objTree | |
|
) |
| | |
Creates a table of properties:
- Parameter:
-
| array | Array with properties for the current object path |
| string | Object path |
| array | Object tree |
- Rückgabe:
- string HTML content.
| SC_wizard_tsconfig::removePointerObjects |
( |
$ |
objArray |
) |
|
Remove pointer strings from an array
- Parameter:
-
- Rückgabe:
- array Modified input array private
| SC_wizard_tsconfig::revertFromSpecialChars |
( |
$ |
str |
) |
|
Converts > and < to > and <
- Parameter:
-
- Rückgabe:
- string Output string private
| SC_wizard_tsconfig::setObj |
( |
&$ |
objTree, |
|
|
$ |
strArr, |
|
|
$ |
params | |
|
) |
| | |
Sets the information from a static_tsconfig_help record in the object array. Makes recursive calls.
- Parameter:
-
| array | Object tree array, passed by value! |
| array | Array of elements from object path (?) |
| array | Array with record and something else (?) |
- Rückgabe:
- void private
- Siehe auch:
- getObjTree()
Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Datei:
- /srv/www/vhosts/typo3.local/typo3_src-4.2.10/typo3/wizard_tsconfig.php