Documentation TYPO3 par Ameos

SC_wizard_tsconfig Class Reference

List of all members.

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

Detailed Description

Definition at line 123 of file wizard_tsconfig.php.


Member Function Documentation

SC_wizard_tsconfig::browseTSprop mode,
show
 

Create the content of the module:

Parameters:
string Object string
integer Pointing to an entry in static_tsconfig_help to show.
Returns:
string HTML

Definition at line 290 of file wizard_tsconfig.php.

References t3lib_div::makeInstance().

SC_wizard_tsconfig::doLink params  ) 
 

Creates a link based on input params array:

Parameters:
array Parameters
Returns:
string The link. private

Definition at line 439 of file wizard_tsconfig.php.

SC_wizard_tsconfig::getObjTree  ) 
 

Create object tree from static_tsconfig_help table

Returns:
array Object tree. private

Definition at line 376 of file wizard_tsconfig.php.

References t3lib_div::trimExplode().

SC_wizard_tsconfig::init  ) 
 

Initialization of the class

Returns:
void

Definition at line 145 of file wizard_tsconfig.php.

References t3lib_div::_GP(), t3lib_extMgm::isLoaded(), and t3lib_div::makeInstance().

SC_wizard_tsconfig::linkProperty str,
propertyVal,
prefix,
datatype
 

Creates a link on a property.

Parameters:
string String to link
string Property value.
string Object path prefix to value
string Data type
Returns:
string Linked $str

Definition at line 565 of file wizard_tsconfig.php.

SC_wizard_tsconfig::linkToObj str,
uid,
objString = ''
 

Linking string to object by UID

Parameters:
string String to link
integer UID of a static_tsconfig_help record.
string Title string for that record!
Returns:
string Linked string

Definition at line 471 of file wizard_tsconfig.php.

SC_wizard_tsconfig::main  ) 
 

Main function, rendering the content of the TypoScript property browser, including links to online resources

Returns:
void

Definition at line 252 of file wizard_tsconfig.php.

SC_wizard_tsconfig::printContent  ) 
 

Outputting the accumulated content to screen

Returns:
void

Definition at line 279 of file wizard_tsconfig.php.

SC_wizard_tsconfig::printTable table,
objString,
objTree
 

Creates a table of properties:

Parameters:
array Array with properties for the current object path
string Object path
array Object tree
Returns:
string HTML content.

Definition at line 484 of file wizard_tsconfig.php.

References t3lib_div::trimExplode().

SC_wizard_tsconfig::removePointerObjects objArray  ) 
 

Remove pointer strings from an array

Parameters:
array Input array
Returns:
array Modified input array private

Definition at line 452 of file wizard_tsconfig.php.

SC_wizard_tsconfig::revertFromSpecialChars str  ) 
 

Converts > and < to > and <

Parameters:
string Input string
Returns:
string Output string private

Definition at line 426 of file wizard_tsconfig.php.

SC_wizard_tsconfig::setObj &$  objTree,
strArr,
params
 

Sets the information from a static_tsconfig_help record in the object array. Makes recursive calls.

Parameters:
array Object tree array, passed by value!
array Array of elements from object path (?)
array Array with record and something else (?)
Returns:
void private
See also:
getObjTree()

Definition at line 406 of file wizard_tsconfig.php.


The documentation for this class was generated from the following file:


Généré par Les experts TYPO3 avec  doxygen 1.4.6