TYPO3 API  SVNRelease
Public Member Functions
tx_statictemplates Class Reference

List of all members.

Public Member Functions

 includeStaticTypoScriptSources (&$params, &$pObj)

Detailed Description

Definition at line 29 of file class.tx_statictemplates.php.


Member Function Documentation

tx_statictemplates::includeStaticTypoScriptSources ( &$  params,
&$  pObj 
)

Includes static template records from static_template table, loaded through a hook

Parameters:
stringA list of already processed template ids including the current; The list is on the form "[prefix]_[uid]" where [prefix] is "sys" for "sys_template" records, "static" for "static_template" records and "ext_" for static include files (from extensions). The list is used to check that the recursive inclusion of templates does not go into circles: Simply it is used to NOT include a template record/file which has already BEEN included somewhere in the recursion.
stringThe id of the current template. Same syntax as $idList ids, eg. "sys_123"
arrayThe PID of the input template record
arrayA full TypoScript template record
Returns:
void

Definition at line 41 of file class.tx_statictemplates.php.

References $GLOBALS, $res, t3lib_div\inList(), and t3lib_div\intExplode().


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