|
TYPO3 API
SVNRelease
|
Public Member Functions | |
| includeStaticTypoScriptSources (&$params, &$pObj) | |
Definition at line 29 of file class.tx_statictemplates.php.
| tx_statictemplates::includeStaticTypoScriptSources | ( | &$ | params, |
| &$ | pObj | ||
| ) |
Includes static template records from static_template table, loaded through a hook
| string | A 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. |
| string | The id of the current template. Same syntax as $idList ids, eg. "sys_123" |
| array | The PID of the input template record |
| array | A full TypoScript template record |
Definition at line 41 of file class.tx_statictemplates.php.
References $GLOBALS, $res, t3lib_div\inList(), and t3lib_div\intExplode().
1.7.5.1