TYPO3 CMS  TYPO3_6-2
MediaItemHooks.php
Go to the documentation of this file.
1 <?php
3 
21 
29  public function customMediaRenderTypes(&$params, $conf) {
30  if (is_array($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/hooks/class.tx_cms_mediaitems.php']['customMediaRenderTypes'])) {
31  foreach ($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/hooks/class.tx_cms_mediaitems.php']['customMediaRenderTypes'] as $classRef) {
33  $hookObj->customMediaRenderTypes($params, $conf);
34  }
35  }
36  }
37 
45  public function customMediaParams(&$params, $conf) {
46  if (is_array($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/hooks/class.tx_cms_mediaitems.php']['customMediaParams'])) {
47  foreach ($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/hooks/class.tx_cms_mediaitems.php']['customMediaParams'] as $classRef) {
49  $hookObj->customMediaParams($params, $conf);
50  }
51  }
52  }
53 
54 }
static getUserObj($classRef, $checkPrefix='', $silent=FALSE)
if(!defined('TYPO3_MODE')) $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_userauth.php']['logoff_pre_processing'][]