Documentation TYPO3 par Ameos

tx_cssstyledcontent_pi1 Class Reference

Inheritance diagram for tx_cssstyledcontent_pi1:

Inheritance graph
[legend]
Collaboration diagram for tx_cssstyledcontent_pi1:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 render_bullets ($content, $conf)
 render_table ($content, $conf)
 render_uploads ($content, $conf)
 getTableAttributes ($conf, $type)

Public Attributes

 $prefixId = 'tx_cssstyledcontent_pi1'
 $scriptRelPath = 'pi1/class.tx_cssstyledcontent_pi1.php'
 $extKey = 'css_styled_content'
 $conf = array()

Detailed Description

Definition at line 63 of file class.tx_cssstyledcontent_pi1.php.


Member Function Documentation

tx_cssstyledcontent_pi1::getTableAttributes conf,
type
 

Returns table attributes for uploads / tables.

Parameters:
array TypoScript configuration array
integer The "layout" type
Returns:
array Array with attributes inside.

Definition at line 313 of file class.tx_cssstyledcontent_pi1.php.

tx_cssstyledcontent_pi1::render_bullets content,
conf
 

Rendering the "Bulletlist" type content element, called from TypoScript (tt_content.bullets.20)

Parameters:
string Content input. Not used, ignore.
array TypoScript configuration
Returns:
string HTML output. private

Definition at line 91 of file class.tx_cssstyledcontent_pi1.php.

References $conf, and t3lib_div::trimExplode().

tx_cssstyledcontent_pi1::render_table content,
conf
 

Rendering the "Table" type content element, called from TypoScript (tt_content.table.20)

Parameters:
string Content input. Not used, ignore.
array TypoScript configuration
Returns:
string HTML output. private

Definition at line 130 of file class.tx_cssstyledcontent_pi1.php.

References $conf, t3lib_div::intInRange(), and t3lib_div::trimExplode().

tx_cssstyledcontent_pi1::render_uploads content,
conf
 

Rendering the "Filelinks" type content element, called from TypoScript (tt_content.uploads.20)

Parameters:
string Content input. Not used, ignore.
array TypoScript configuration
Returns:
string HTML output. private

Definition at line 191 of file class.tx_cssstyledcontent_pi1.php.

References t3lib_div::getFileAbsFileName(), and t3lib_div::trimExplode().


Member Data Documentation

tx_cssstyledcontent_pi1::$conf = array()
 

Should normally be set in the main function with the TypoScript content passed to the method.

$conf[LOCAL_LANG][_key_] is reserved for Local Language overrides. $conf[userFunc] / $conf[includeLibs] reserved for setting up the USER / USER_INT object. See TSref

Reimplemented from tslib_pibase.

Definition at line 69 of file class.tx_cssstyledcontent_pi1.php.

Referenced by render_bullets(), and render_table().


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


Généré par TYPO3 Ameos avec  doxygen 1.4.6