diff --git "a/datasets/olds/chameleon_base_dataset20230605-2009.csv.bak" "b/datasets/olds/chameleon_base_dataset20230605-2009.csv.bak" deleted file mode 100644--- "a/datasets/olds/chameleon_base_dataset20230605-2009.csv.bak" +++ /dev/null @@ -1,13003 +0,0 @@ -classname,method_name,description,method_code,explanation -TCMSCronjob_ClearAtomicLocks,_ExecuteCron,* @return void,_ExecuteCron,test -ChameleonSystemAtomicLockExtension,load,"* {@inheritDoc} - * - * @return void",load,test -AtomicLock,getKeyForObject,"* The AtomicLock Class allows you to acquire a temporary lock bound to an id/key. - * The way you should use it is as follow:. - * - * $oAtomicLock = new AtomicLock(); - * $oLock = $oAtomicLock->acquireLock(""mykey""); - * if(null === $oLock){ - * // already locked from another process - * } else { - * // do lockworthy stuff - * $oLock->release(); - * } - * - * The Lock is being acquired atomically, so there will always be only one lock - * per given id. - * - * There is a CronJob, that currently kills all locks every 10 minutes. - * This should not be the final solution, as it possible, that in a - * very unlikely case, the atomic nature will break because of this.",getKeyForObject,test -AtomicLock,acquireLock,* @var string,acquireLock,test -AtomicLock,release,* @var string,release,test -AutoclassesCacheWarmer,__construct,* @var AutoclassesDatabaseAdapterInterface,__construct,test -AutoclassesCacheWarmer,warmUp,* @var AutoclassesManagerInterface,warmUp,test -AutoclassesCacheWarmer,isOptional,* @var AutoclassesMapGeneratorInterface,isOptional,test -AutoclassesCacheWarmer,updateTableById,* @var IPkgCmsFileManager,updateTableById,test -AutoclassesCacheWarmer,updateTableByName,* @var string,updateTableByName,test -AutoclassesCacheWarmer,updateAllTables,"* @param AutoclassesManagerInterface $autoClassManager - * @param AutoclassesDatabaseAdapterInterface $databaseAdapter - * @param AutoclassesMapGeneratorInterface $autoclassesMapGenerator - * @param IPkgCmsFileManager $filemanager - * @param string $cacheDir",updateAllTables,test -AutoclassesCacheWarmer,getTableClassNamesToLoad,"* @param string $id - * - * @return void",getTableClassNamesToLoad,test -AutoclassesCacheWarmer,regenerateClassmap,"* @param string $tablename - * - * @return void",regenerateClassmap,test -AutoclassesDatabaseAdapter,setConnection,* @var Connection,setConnection,test -AutoclassesDatabaseAdapter,getTableClassList,* {@inheritdoc},getTableClassList,test -AutoclassesDatabaseAdapter,getVirtualClassList,* {@inheritdoc},getVirtualClassList,test -AutoclassesDatabaseAdapter,getTableNameForId,* {@inheritdoc},getTableNameForId,test -,setConnection,"* @param Connection $conn - * - * @return void",setConnection,test -,getTableClassList,* @return string[],getTableClassList,test -,getVirtualClassList,* @return string[],getVirtualClassList,test -,getTableNameForId,"* @param string $id - * @return string|null",getTableNameForId,test -AutoclassesManager,__construct,* {@inheritdoc},__construct,test -AutoclassesManager,registerHandler,* @var TPkgCoreAutoClassHandler_AbstractBase[],registerHandler,test -AutoclassesManager,create,"* to prevent infinite recursion we push each class being processed onto the callstack - and pop it back out when it has been generated. - * - * @var array",create,test -requested,create,"* AutoclassesManagerInterface defines a service that manages the creation of Chameleon autoclasses. - * It delegates the actual work to registered handlers.",create,test -requested,registerHandler,"* Creates the structure for the auto class requested. - * - * @param string $classname - * @param string $targetDir - * - * @return bool true if the class generation was successful - * - * @throws TPkgCmsCoreAutoClassManagerException_Recursion",registerHandler,test -AutoclassesMapGenerator,generateAutoclassesMap,* {@inheritdoc},generateAutoclassesMap,test -map,generateAutoclassesMap,* Interface AutoclassesMapGeneratorInterface defines a service that generates a class map for Chameleon autoclasses.,generateAutoclassesMap,test -GenerateAutoclassesCommand,__construct,* Class GenerateAutoclassesCommand Creates autoclasses from the console.,__construct,test -AutoclassesDataAccess,__construct,* @var Connection,__construct,test -AutoclassesDataAccess,getTableExtensionData,* @param Connection $connection,getTableExtensionData,test -AutoclassesDataAccess,getFieldData,* {@inheritdoc},getFieldData,test -AutoclassesDataAccess,getConfig,* {@inheritdoc},getConfig,test -AutoclassesDataAccess,getTableOrderByData,@var $field TCMSField,getTableOrderByData,test -AutoclassesDataAccess,getTableConfigData,* {@inheritdoc},getTableConfigData,test -is,getTableExtensionData,"* Returns contents of the cms_tbl_extension table. - * - * @return array",getTableExtensionData,test -is,getFieldData,"* Returns contents of the cms_field_conf table as well as the table name the respective field. - * - * @return array",getFieldData,test -is,getConfig,"* Returns a TCMSConfig instance (not a TdbCmsConfig instance because we cannot expect that this class is already - * generated when this method is called). - * - * @return TCMSConfig",getConfig,test -is,getTableOrderByData,"* Returns contents of the cms_tbl_display_orderfields table (some fields only). - * - * @return array",getTableOrderByData,test -is,getTableConfigData,"* Returns contents of the cms_tbl_conf table. - * - * @return array",getTableConfigData,test -AutoclassesRequestCacheDataAccess,__construct,* @var AutoclassesDataAccessInterface,__construct,test -AutoclassesRequestCacheDataAccess,clearCache,* @var array,clearCache,test -AutoclassesRequestCacheDataAccess,getTableExtensionData,* @var array,getTableExtensionData,test -AutoclassesRequestCacheDataAccess,getFieldData,* @var TCMSConfig,getFieldData,test -AutoclassesRequestCacheDataAccess,getConfig,* @var array,getConfig,test -AutoclassesRequestCacheDataAccess,getTableOrderByData,* @var array,getTableOrderByData,test -AutoclassesRequestCacheDataAccess,getTableConfigData,* @param AutoclassesDataAccessInterface $decorated,getTableConfigData,test -ChameleonSystemAutoclassesExtension,load,* @return void,load,test -TPkgCmsCoreAutoClassManagerException_Recursion,__construct,* @var string|null,__construct,test -definition,create,"* create the auto class. - * - * @param string $sClassName - * @param string $targetDir - * - * @return void",create,test -definition,getClassNameFromKey,"* converts the key under which the auto class definition is stored into the class name which the key stands for. - * - * @param string $sKey - * - * @return string",getClassNameFromKey,test -definition,canHandleClass,"* returns true if the auto class handler knows how to handle the class name passed. - * - * @param string $sClassName - * - * @return bool",canHandleClass,test -definition,getClassNameList,"* return an array holding classes the handler is responsible for. - * - * @return array",getClassNameList,test -definition,resetInternalCache,"* resets the internal cache (e.g. for the glue mapping) - * Call this when recreating classes. - * - * @return void",resetInternalCache,test -TPkgCoreAutoClassHandler_AbstractBase,__construct,* @var mixed,__construct,test -TPkgCoreAutoClassHandler_AbstractBase,resetInternalCache,* @var null|array,resetInternalCache,test -TPkgCoreAutoClassHandler_TableClass,create,* {@inheritdoc},create,test -TPkgCoreAutoClassHandler_TableClass,__construct,"* @param string $className - * - * @return int|string|null",__construct,test -TPkgCoreAutoClassHandler_TableClass,getClassNameFromKey,"* @param string $tableName - * - * @return string|null",getClassNameFromKey,test -TPkgCoreAutoClassHandler_TableClass,canHandleClass,"* converts the key under which the auto class definition is stored into the class name which the key stands for. - * - * @param string $sKey - * - * @return string",canHandleClass,test -TPkgCoreAutoClassHandler_TableClass,getClassNameList,"* returns true if the auto class handler knows how to handle the class name passed. - * - * @param string $sClassName - * - * @return bool",getClassNameList,test -TPkgCoreAutoClassHandler_TPkgCmsClassManager,__construct,* {@inheritdoc},__construct,test -TPkgCoreAutoClassHandler_TPkgCmsClassManager,create,"* converts the key under which the auto class definition is stored into the class name which the key stands for. - * - * @param string $sKey - * - * @return string|false",create,test -TPkgCoreAutoClassHandler_TPkgCmsClassManager,getClassNameFromKey,@psalm-suppress InvalidArrayOffset,getClassNameFromKey,test -TPkgCoreAutoClassHandler_TPkgCmsClassManager,canHandleClass,"* returns true if the auto class handler knows how to handle the class name passed. - * - * @param string $sClassName - * - * @return bool",canHandleClass,test -TPkgCoreAutoClassHandler_TPkgCmsClassManager,getClassNameList,* @return array,getClassNameList,test -RequestListener,__construct,* @var string,__construct,test -RequestListener,checkAutoclasses,* @var \ChameleonSystem\AutoclassesBundle\CacheWarmer\AutoclassesCacheWarmer,checkAutoclasses,test -AutoclassesCacheWarmerTest,it_updates_single_tables_by_id,@var AutoclassesCacheWarmer,it_updates_single_tables_by_id,test -AutoclassesCacheWarmerTest,it_updates_single_tables_by_name,* @test,it_updates_single_tables_by_name,test -AutoclassesCacheWarmerTest,it_ignores_nonexistant_tables,@var \Symfony\Component\DependencyInjection\ContainerInterface|ObjectProphecy $container,it_ignores_nonexistant_tables,test -AutoclassesCacheWarmerTest,it_converts_underscore_names_to_autoclass_names,@var $manager \ChameleonSystem\AutoclassesBundle\ClassManager\AutoclassesManagerInterface|ObjectProphecy,it_converts_underscore_names_to_autoclass_names,test -AutoclassesCacheWarmerTest,it_should_warm_the_complete_cache,@var $adapter AutoclassesDatabaseAdapterInterface|ObjectProphecy,it_should_warm_the_complete_cache,test -AutoclassesMapGeneratorTest,it_should_generate_a_complete_autoclasses_classmap,* @var AutoclassesMapGenerator,it_should_generate_a_complete_autoclasses_classmap,test -RequestListenerTest,it_generates_autoclasses_if_there_arent_any,* @test,it_generates_autoclasses_if_there_arent_any,test -RequestListenerTest,it_leaves_existing_autoclasses_alone,* @test,it_leaves_existing_autoclasses_alone,test -RequestListenerTest,it_only_checks_on_master_request,* @test,it_only_checks_on_master_request,test -RequestListenerTest,it_only_runs_on_backend_request,* @test,it_only_runs_on_backend_request,test -TPkgCmsActionPluginManager,__construct,"* @var array|null",__construct,test -TPkgCmsActionPluginManager,actionPluginExists,* @var TCMSActivePage|null,actionPluginExists,test -TPkgCmsActionPluginManager,callAction,"* @param string $sPluginName - * - * @return bool",callAction,test -TPkgCmsActionPlugin_ChangeLanguage,changeLanguage,"* @param array $data - * - * @return void",changeLanguage,test -BackendSession,__construct,@var CmsUserModel $user,__construct,test -BackendSession,getCurrentEditLanguageId,@var CmsUserModel $user,getCurrentEditLanguageId,test -BackendSession,getCurrentEditLanguageIso6391,@var CmsUserModel $user,getCurrentEditLanguageIso6391,test -ChameleonSystemCmsBackendExtension,load,* @return void,load,test -ClearChameleonCacheCommand,__construct,* @var CacheInterface,__construct,test -ChameleonSystemCmsCacheExtension,load,* @return void,load,test -Cache,__construct,* @var RequestStack,__construct,test -Cache,setStorage,* @var Connection,setStorage,test -Cache,disable,* @var StorageInterface|null,disable,test -Cache,enable,* @var bool,enable,test -Cache,isActive,* @var string,isActive,test -Cache,get,* @var bool,get,test -Cache,set,* @var HashInterface,set,test -Cache,delete,* @var RequestStateHashProviderInterface,delete,test -Cache,clearAll,"* @param RequestStack $requestStack - * @param Connection $dbConnection - * @param StorageInterface $oCacheStorage - * @param string $cacheKeyPrefix - * @param bool $cacheAllowed - * @param HashInterface $hashArray - * @param RequestStateHashProviderInterface $requestStateHashProvider",clearAll,test -Cache,callTrigger,"* @param StorageInterface $oCacheStorage - * - * @return void",callTrigger,test -Cache,getKey,* {@inheritdoc},getKey,test -Cache,setRequestStack,* {@inheritdoc},setRequestStack,test -Cache,setDbConnection,* {@inheritdoc},setDbConnection,test -,disable,"* allows you to disable caching during runtime. - * - * @return void",disable,test -,enable,"* enable caching during runtime. - * - * @return void",enable,test -,isActive,* @return bool,isActive,test -,get,"* return the contents for the key identified by $key - * returns null if the key is not found. - * - * @param string $key - key generated with GetKey - * - * @return mixed|null - returns the cache object or null if not found",get,test -,set,"* adds or updates a cache object. - * - * @param string $key - the cache key - * @param mixed $content - content to be stored - * @param array $trigger - cache trigger array(array('table'=>'','id'=>''),array('table'=>'','id'=>''),...); - * @param int $iMaxLiveInSeconds - max age in seconds before the cache content expires - default = 30 days - * - * @return void",set,test -,delete,"* removes a cache object by key. - * - * @param string $key - * - * @return bool",delete,test -,clearAll,"* Clears the whole cache. Operation is permitted even if caching is disabled. - * - * @return void",clearAll,test -,callTrigger,"* removes all cached objects based on table and optional record id. - * - * @param string $table - * @param int|string $id - * - * @return void",callTrigger,test -,getKey,"* returns a cache key for given parameter array. - * - * @param array $aParameters - * @param bool $addStateKey - * - * @return string - * - * @throws \InvalidArgumentException if the key cannot be created with the given parameters",getKey,test -,get,"* @param string $key - * - * @return string|null",get,test -,set,"* @param string $key - * @param mixed $value - * @param int $expireInSeconds - * - * @return bool",set,test -,delete,"* @param string $key - * - * @return bool",delete,test -,clearAll,* @return bool,clearAll,test -Memcache,__construct,* @var \TCMSMemcache,__construct,test -Memcache,get,* {@inheritdoc},get,test -Memcache,delete,* {@inheritdoc},delete,test -Memcache,clearAll,* {@inheritdoc},clearAll,test -Memcache,set,* {@inheritdoc},set,test -NullStorage,get,* {@inheritdoc},get,test -NullStorage,delete,* {@inheritdoc},delete,test -NullStorage,clearAll,* {@inheritdoc},clearAll,test -NullStorage,set,* {@inheritdoc},set,test -TdbCmsLanguage,it_creates_cache_key,* @var Cache,it_creates_cache_key,test -TdbCmsLanguage,it_works_with_special_chars,* @test,it_works_with_special_chars,test -TPkgCmsCaptcha,GenerateNewCaptchaImage,"* factory creates a new instance and returns it. - * - * @param string|array $sData - either the id of the object to load, or the row with which the instance should be initialized - * @param string $sLanguage - init with the language passed - * - * @return TdbPkgCmsCaptcha",GenerateNewCaptchaImage,test -TPkgCmsCaptcha,CodeIsValid,"* returns the path to TTF font file, that is used for the captcha. - * - * @return string",CodeIsValid,test -TPkgCmsCaptcha,getHTMLSnippet,"* generates the captcha image and outputs it. - * - * @param string $sIdentifier - * @param array $aParameter - * - * @return void",getHTMLSnippet,test -TPkgCmsCaptcha,GetRequestURL,* @return bool,GetRequestURL,test -TPkgCmsCaptcha_TextFieldJavascriptHidden,CodeIsValid,"* return true if the code in session was submitted in user data AND is empty - * note: the code will be removed from session. - * - * @param string $sIdentifier - * @param string $sCode will be ignored by this type of captcha and shall be passed as empty string - * - * @return bool",CodeIsValid,test -TPkgCmsCaptcha_TextFieldJavascriptHidden,getHTMLSnippet,"* generates a code for an identifier only once within one session call. - * - * @param string $sIdentifier - * @param int $iCharacters will be ignored by this type of captcha - * - * @return string",getHTMLSnippet,test -,deleteOlderThan,"* @param int $days - * @return int - number of changed entries - * @throws CmsChangeLogDataAccessFailedException",deleteOlderThan,test -CmsChangeLogDataAccess,__construct,* {@inheritDoc},__construct,test -Configuration,getConfigTreeBuilder,* {@inheritDoc},getConfigTreeBuilder,test -TCMSChangeLogArchiver,archiveAndDelete,"* Archives and deletes old changelog sets and changelog items. - * - * @deprecated - replaced by \ChameleonSystem\CmsChangeLogBundle\DataAccess\CmsChangeLogDataAccess::deleteOlderThan() -/*",archiveAndDelete,test -TCMSCronJob_ArchiveChangeLog,__construct,* @return void,__construct,test -TCMSListManagerChangeLogItem,AddFields,"* add additional fields. - * - * @return void",AddFields,test -TCMSListManagerChangeLogItem,CallbackResolveFieldName,"* @param string $cellValue - * @param array $row - * @param string $name - * @return string",CallbackResolveFieldName,test -TCMSListManagerChangeLogItem,CallbackResolveFieldValue,"* @param string $cellValue - * @param array $row - * @param string $name - * @return string",CallbackResolveFieldValue,test -TCMSListManagerChangeLogSet,AddFields,"* add additional fields. - * - * @return void",AddFields,test -TCMSListManagerChangeLogSet,CallbackResolveTableName,"* @param string $cellValue - * @param array $row - * @param string $name - * @return string",CallbackResolveTableName,test -TCMSListManagerChangeLogSet,CallbackFormatDate,"* @param string $cellValue - * @param array $row - * @param string $name - * @return string",CallbackFormatDate,test -TCMSListManagerChangeLogSet,CallbackFormatUser,"* @param string $cellValue - * @param array $row - * @param string $name - * @return string",CallbackFormatUser,test -TCMSListManagerChangeLogSet,CallbackFormatChangeType,"* @param string $cellValue - * @param array $row - * @param string $name - * @return string|null",CallbackFormatChangeType,test -TCMSTableEditorChangeLog,Save,"* manages saving, inserting, and deleting data from a table. -/*",Save,test -TCMSTableEditorChangeLog,SaveField,* @var bool,SaveField,test -TCMSFieldEqualsVisitor,__construct,* @var TCMSField,__construct,test -TCMSFieldEqualsVisitor,check,* @var TCMSField,check,test -TCMSFieldEqualsVisitor,visit,"* @param TCMSField $oField1 - * @param TCMSField $oField2",visit,test -ChameleonSystemCmsClassManagerExtension,load,"* {@inheritDoc} - * - * @return void",load,test -TPkgCmsVirtualClassManager,load,"* @var null|array",load,test -TPkgCmsVirtualClassManager,UpdateVirtualClasses,* @var null|string,UpdateVirtualClasses,test -TPkgCmsVirtualClassManager,__construct,* @var Connection,__construct,test -TPkgCmsVirtualClassManager,getConfigValue,"* @param string $entryPointClass - * - * @return bool",getConfigValue,test -TPkgCmsVirtualClassManager,getExtensionList,"* @param class-string $sClassName - * @param string $sClassSubType - * @param string $sClassType - * @param bool $bRefresh - * @return false|class-string",getExtensionList,test -TPkgCmsVirtualClassManager,setDatabaseConnection,"* @param string|null $targetDir - * - * @return void",setDatabaseConnection,test -TCMSListManagerLogEntries,GetCustomRestriction,* @deprecated since 6.3.0 - use Psr\Log\LoggerInterface in conjunction with Monolog logging instead,GetCustomRestriction,test -RequestIdProcessor,__construct,* @var RequestInfoServiceInterface,__construct,test -RequestIdProcessor,__invoke,* {@inheritdoc},__invoke,test -SessionIdProcessor,__construct,* @var RequestStack,__construct,test -SessionIdProcessor,__invoke,* {@inheritdoc},__invoke,test -ChameleonSystemCmsCoreLogExtension,load,"* {@inheritDoc} - * - * @return void",load,test -,__construct,* @deprecated since 6.3.0 - use Psr\Log\LoggerInterface instead,__construct,test -,setLogger,"* @param Psr\Log\LoggerInterface $logger - * - * @return void",setLogger,test -,emergency,"* System is unusable. - * - * @param string $message - * @param string $sFile - * @param int $iLine - * @param array $context - * - * @return void",emergency,test -,alert,"* Action must be taken immediately. - * - * Example: Entire website down, database unavailable, etc. This should - * trigger the SMS alerts and wake you up. - * - * @param string $message - * @param string $sFile - * @param int $iLine - * @param array $context - * - * @return void",alert,test -,critical,"* Critical conditions. - * - * Example: Application component unavailable, unexpected exception. - * - * @param string $message - * @param string $sFile - * @param int $iLine - * @param array $context - * - * @return void",critical,test -,error,"* Runtime errors that do not require immediate action but should typically - * be logged and monitored. - * - * @param string $message - * @param string $sFile - * @param int $iLine - * @param array $context - * - * @return void",error,test -,warning,"* Exceptional occurrences that are not errors. - * - * Example: Use of deprecated APIs, poor use of an API, undesirable things - * that are not necessarily wrong. - * - * @param string $message - * @param string $sFile - * @param int $iLine - * @param array $context - * - * @return void",warning,test -,notice,"* Normal but significant events. - * - * @param string $message - * @param string $sFile - * @param int $iLine - * @param array $context - * - * @return void",notice,test -,info,"* Interesting events. - * - * Example: User logs in, SQL logs. - * - * @param string $message - * @param string $sFile - * @param int $iLine - * @param array $context - * - * @return void",info,test -,debug,"* Detailed debug information. - * - * @param string $message - * @param string $sFile - * @param int $iLine - * @param array $context - * - * @return void",debug,test -,log,"* Logs with an arbitrary level. - * - * @param mixed $level - * @param string $message - * @param string $sFile - * @param int $iLine - * @param array $context - * - * @return void",log,test -TPkgCmsCoreLogMonologHandler_Database,__construct,* @deprecated since 6.3.0 - use Psr\Log\LoggerInterface in conjunction with Monolog logging instead,__construct,test -TPkgCmsCoreLog,__construct,* @deprecated since 6.3.0 - use Psr\Log\LoggerInterface in conjunction with Monolog logging instead,__construct,test -TPkgCmsCoreLog,setLogger,* @var Psr\Log\LoggerInterface,setLogger,test -TPkgCmsCoreLog,emergency,* @var null|string,emergency,test -TPkgCmsCoreLog,alert,* @var bool,alert,test -TPkgCmsCoreLog,critical,* {@inheritDoc},critical,test -TPkgCmsCoreLog,error,"* System is unusable. - * - * @param string $message - * @param string $sFile - * @param int $iLine - * @param array $context - * - * @return void",error,test -TPkgCmsCoreLog,warning,"* Action must be taken immediately. - * - * Example: Entire website down, database unavailable, etc. This should - * trigger the SMS alerts and wake you up. - * - * @param string $message - * @param string $sFile - * @param int $iLine - * @param array $context - * - * @return void",warning,test -TPkgCmsCoreLog,notice,"* Critical conditions. - * - * Example: Application component unavailable, unexpected exception. - * - * @param string $message - * @param string $sFile - * @param int $iLine - * @param array $context - * - * @return void",notice,test -TPkgCmsCoreLog,info,"* Runtime errors that do not require immediate action but should typically - * be logged and monitored. - * - * @param string $message - * @param string $sFile - * @param int $iLine - * @param array $context - * - * @return void",info,test -TPkgCmsCoreLog,debug,"* Exceptional occurrences that are not errors. - * - * Example: Use of deprecated APIs, poor use of an API, undesirable things - * that are not necessarily wrong. - * - * @param string $message - * @param string $sFile - * @param int $iLine - * @param array $context - * - * @return void",debug,test -TPkgCmsCoreLog,log,"* Normal but significant events. - * - * @param string $message - * @param string $sFile - * @param int $iLine - * @param array $context - * - * @return void",log,test -TPkgCmsCoreLog,setLogMetaData,"* Interesting events. - * - * Example: User logs in, SQL logs. - * - * @param string $message - * @param string $sFile - * @param int $iLine - * @param array $context - * - * @return void",setLogMetaData,test -RequestIdProcessorTest,testInvokeAddsTheRequestId,* @var RequestInfoServiceInterface|ObjectProphecy,testInvokeAddsTheRequestId,test -RequestIdProcessorTest,testInvokeAddsTheExtraBlockIfMissing,* @var RequestIdProcessor,testInvokeAddsTheExtraBlockIfMissing,test -SessionIdProcessorTest,testInvokeAddsTheSessionId,* @var MockObject,testInvokeAddsTheSessionId,test -SessionIdProcessorTest,testInvokeAddsTheExtraBlockIfMissing,* @var SessionIdProcessor,testInvokeAddsTheExtraBlockIfMissing,test -SessionIdProcessorTest,testInvokeReturnsTheInputWithoutRequest,* Pass `null` as session id to mock not having a session.,testInvokeReturnsTheInputWithoutRequest,test -SessionIdProcessorTest,testInvokeReturnsTheInputWithoutSession,* Asserts that the given sessionId has been added as extra.session_id correctly.,testInvokeReturnsTheInputWithoutSession,test -CmsCounter,__construct,* @var Connection,__construct,test -CmsCounter,getCurrentValue,"* return current counter value for named counter with given owner. returns null if no entry found. - * - * @param \TCMSRecord $owner - * @param string $systemName - * - * @return int|null",getCurrentValue,test -CmsCounter,set,"* create or update counter. - * - * @param \TCMSRecord $owner - * @param string $systemName - * @param int $value - * - * @return void",set,test -CmsCounter,get,"* returns next free counter number and blocks it from being used by another call. - * - * @param \TCMSRecord $owner - * @param string $systemName - * - * @return int",get,test -will,GetSubject,"* defines an event. every event is identified by the context and the event name - * context: describes what package or subpackage the event belongs to. this helps - * to isolate events within a package from other events - * name: with in each context the events are identified by their name. - * - * events may hold data specific to the event. this data can be accessed via GetData",GetSubject,test -will,SetSubject,"* @abstract - * - * @return object",SetSubject,test -will,GetContext,"* @abstract - * - * @param object $oSubject -the object that created the event - * - * @return mixed",GetContext,test -will,GetName,"* @abstract - * returns the context of the event. Context describes what package or subpackage the event belongs to. this helps - * to isolate events within a package from other events - * - * @return string|null",GetName,test -will,GetData,"* @abstract - * each event has, in addition to the context a name. the combination is used to identify the specific event - * - * @return string|null",GetData,test -will,SetContext,"* @abstract - * returns data associated with the event - * - * @return array",SetContext,test -will,SetName,"* @abstract - * sets the context of the event - use IPkgCmsEvent::CONTEXT_* or TPkgCmsEvent::CONTEXT_* - * - * @param string $sContext - * - * @return $this",SetName,test -will,SetData,"* @abstract - * sets the name of the event in the context set via SetContext. use IPkgCmsEvent::NAME_* or TPkgCmsEvent::NAME_* - * - * @param string $sName - * - * @return $this - *",SetData,test -,PkgCmsEventNotify,"* This method is called when an event is triggered. - * - * @param IPkgCmsEvent $oEvent - * - * @return IPkgCmsEvent",PkgCmsEventNotify,test -TPkgCmsEvent,GetSubject,* @var null|string,GetSubject,test -TPkgCmsEvent,SetSubject,* @var null|string,SetSubject,test -TPkgCmsEvent,GetContext,"* @var array",GetContext,test -TPkgCmsEvent,GetName,* @var null|object,GetName,test -TPkgCmsEvent,GetData,* @return null|object,GetData,test -TPkgCmsEvent,SetContext,"* @param object $oSubject -the object that created the event - * - * @return $this",SetContext,test -TPkgCmsEvent,SetName,* @return null|string,SetName,test -TPkgCmsEvent,SetData,* @return null|string,SetData,test -TPkgCmsEventManager,RegisterObserver,"* use the event manager to trigger new events, or register observers for events - implements an observer pattern. -/*",RegisterObserver,test -TPkgCmsEventManager,NotifyObservers,"* @var array",NotifyObservers,test -ChameleonSystemCmsFileManagerExtension,load,"* {@inheritDoc} - * - * @return void",load,test -,put,"* @param string $sSource - * @param string $sTarget - * @param int|null $chmod - * @param bool $remoteOnly @deprecated since 6.2.0 - cluster file handling is no longer available. - * - * @return bool|null",put,test -,move,"* @param string $source - * @param string $target - * - * @return bool|null",move,test -,copy,"* @param string $source - * @param string $target - * - * @return bool",copy,test -,get,"* @param string $sPath - * - * @return string|null",get,test -,delete,"* @param string $file - * - * @return bool",delete,test -,unlink,"* @param string $file - * - * @return bool",unlink,test -,symlink,"* @param string $target - * @param string $link - * - * @return bool",symlink,test -,chmod,"* @param string $file - * @param int $mode - * - * @return bool",chmod,test -,mkdir,"* @param string $path - * @param int $mode @deprecated since 6.0.0 - file permissions are handled externally. - * @param bool $recursive - * - * @return bool",mkdir,test -,rmdir,"* @param string $path - * - * @return bool",rmdir,test -,deldir,"* @param string $path - * @param bool $recursive - * - * @return void",deldir,test -,fopen,"* @param string $filename - * @param string $mode - * @param null $use_include_path - * - * @return resource|bool",fopen,test -,fwrite,"* @param resource $handle - * @param string $string - * @param int|null $length - * - * @return int|bool",fwrite,test -,fclose,"* @param resource $handle - * - * @return bool",fclose,test -,file_put_contents,"* @param string $filename - * @param string|array|resource $data - * - * @return int|bool",file_put_contents,test -TPkgCmsFileManager_FileSystem,put,* {@inheritdoc},put,test -TPkgCmsFileManager_FileSystem,move,* {@inheritdoc},move,test -TPkgCmsFileManager_FileSystem,copy,* {@inheritdoc},copy,test -TPkgCmsFileManager_FileSystem,get,* {@inheritdoc},get,test -TPkgCmsFileManager_FileSystem,delete,* {@inheritdoc},delete,test -TPkgCmsFileManager_FileSystem,unlink,* {@inheritdoc},unlink,test -TPkgCmsFileManager_FileSystem,symlink,* {@inheritdoc},symlink,test -TPkgCmsFileManager_FileSystem,chmod,* {@inheritdoc},chmod,test -TPkgCmsFileManager_FileSystem,mkdir,* {@inheritdoc},mkdir,test -TPkgCmsFileManager_FileSystem,rmdir,* {@inheritdoc},rmdir,test -TPkgCmsFileManager_FileSystem,deldir,* {@inheritdoc},deldir,test -TPkgCmsFileManager_FileSystem,fopen,* {@inheritdoc},fopen,test -TPkgCmsFileManager_FileSystem,fwrite,* {@inheritdoc},fwrite,test -TPkgCmsFileManager_FileSystem,fclose,* {@inheritdoc},fclose,test -TPkgCmsFileManager_FileSystem,file_put_contents,* {@inheritdoc},file_put_contents,test -TPkgCmsFileManager_Utilities,getStepSizeFromBlockSize,"* @param int $input_size - raw input file size in bytes - * - * @return int - base64 encoded output file size in bytes",getStepSizeFromBlockSize,test -TPkgCmsFileManager_Utilities,debianSaveGlob,@var int $total_size,debianSaveGlob,test -TCMSInterfaceManagerBase,__construct,"* extend any interfaces (import and export) you build for the cms from this class. - * to get an instance of the right interface, use the static factory GetInterfaceManagerObject in the database object of the table - * Example: $oInterface = TdbCmsInterfaceManager::GetInterfaceManagerObject(1); - * this would return the interface object defined by record id 1 in the table.",__construct,test -TCMSInterfaceManagerBase,GetEventInfos,"* Contains the parameters of the interface as key=>value pair. - * - * @var array",GetEventInfos,test -TCMSInterfaceManagerBase,Init,"* set to true if the interface encountered an error. - * - * @var bool",Init,test -TCMSInterfaceManagerBase,RunImport,"* write any messages into this array so that the calling class can display the info to the user. - * - * @var array",RunImport,test -TPkgCmsNavigation_LanguageSelection,GetRequirements,* {@inheritdoc},GetRequirements,test -TPkgCmsNavigation_LanguageSelection,Accept,* {@inheritdoc},Accept,test -TPkgCmsNavigation_LoginMapper,GetRequirements,"* mapper adds a login/register link or a my account link to a navi. -/*",GetRequirements,test -TPkgCmsNavigation_LoginMapper,Accept,* {@inheritdoc},Accept,test -AbstractPkgCmsNavigationNode,load,* @template T,load,test -AbstractPkgCmsNavigationNode,loadFromNode,* @var string,loadFromNode,test -AbstractPkgCmsNavigationNode,getNodeIconURL,* @var string,getNodeIconURL,test -AbstractPkgCmsNavigationNode,getAChildren,* @var string|bool,getAChildren,test -AbstractPkgCmsNavigationNode,getBIsActive,* @var string|bool,getBIsActive,test -AbstractPkgCmsNavigationNode,getBIsExpanded,* @var string|bool,getBIsExpanded,test -AbstractPkgCmsNavigationNode,setDisableSubmenu,* @var string|bool,setDisableSubmenu,test -AbstractPkgCmsNavigationNode,setChildren,* @var string|bool,setChildren,test -AbstractPkgCmsNavigationNode,setIsActive,* @var string|bool,setIsActive,test -TPkgCmsNavigationNode,getAChildren,* @extends AbstractPkgCmsNavigationNode,getAChildren,test -TPkgCmsNavigationNode,load,* {@inheritdoc},load,test -TPkgCmsNavigationNode,loadFromNode,@var $oNaviNode AbstractPkgCmsNavigationNode,loadFromNode,test -TPkgCmsNavigationNode,getBIsActive,* {@inheritdoc},getBIsActive,test -TPkgCmsNavigationNode,getBIsExpanded,* {@inheritdoc},getBIsExpanded,test -TPkgCmsNavigationNode,getNodeIconURL,"* @param TdbCmsTree $oNode - * - * @return void",getNodeIconURL,test -MTPkgCmsNavigationEndPoint,Accept,* {@inheritDoc},Accept,test -MTPkgCmsNavigationEndPoint,_AllowCache,* @return string[],_AllowCache,test -MTPkgCmsNavigationEndPoint,_GetCacheParameters,* @return TdbDataExtranetUser,_GetCacheParameters,test -MTPkgCmsSubNavigationEndPoint,Accept,* {@inheritDoc},Accept,test -MTPkgCmsSubNavigationEndPoint,_AllowCache,* @return string[],_AllowCache,test -MTPkgCmsSubNavigationEndPoint,_GetCacheParameters,* @return TdbDataExtranetUser,_GetCacheParameters,test -ChameleonSystemCmsResultCacheExtension,load,"* {@inheritDoc} - * - * @return void",load,test -TPkgCmsResultCacheManager,get,"* Can be used to cache results. - * Independent of cache manager in db. - * Can bes used for caching templates from other sites, credit or address checks. - * -/*",get,test -TPkgCmsResultCacheManager,exists,"* Get cache entry value for owner and key. Note: the object will be returned even if expired - * Returns false if no entry was found. - * - * @param string $sOwner - * @param string $sKey - * @param bool $bIgnoreExpireTime - * - * @return bool|string",exists,test -TPkgCmsResultCacheManager,set,"* returns true if the cache entry exists AND is valid. - * - * @param string $sOwner - * @param string $sKey - * - * @return bool",set,test -TPkgCmsResultCacheManager,garbageCollector,"* Set value to cache. - * - * @param string $sOwner - * @param string $sKey - * @param string $sValue - * @param string|bool $expireTimestamp - * @param bool $bAllowGarbageCollection true = garbage collector delete entry if expired - * - * @return void",garbageCollector,test -RoutingConfigChangedEvent,__construct,* @var \TdbPkgCmsRouting,__construct,test -AbstractRouteController,__construct,@var PortalDomainServiceInterface $portalDomainService,__construct,test -CmsRouteLoader,__construct,* @var ContainerInterface,__construct,test -CmsRouteLoader,load,* @var UrlPrefixGeneratorInterface,load,test -CmsRouteLoader,supports,* @var RoutingUtilInterface,supports,test -,getCollection,"* @param array $config - * @param \TdbCmsPortal $portal - * @param \TdbCmsLanguage $language - * - * @return RouteCollection",getCollection,test -RedirectRequiredException,__construct,* @var string,__construct,test -RedirectRequiredException,getUrl,* @var bool,getUrl,test -RedirectRequiredException,isPermanent,"* @param string $url - * @param bool $permanent",isPermanent,test -ChameleonSystemCmsStringUtilitiesExtension,load,* @return void,load,test -,equal,"* return true if two arrays are equal. - * - * @param $array1 - * @param $array2 - * - * @return bool",equal,test -,replace,"* @abstract - * - * @param string $sString - * @param array $aCustomVariables - * @param false $bPassVarsThroughOutHTML - * @param bool|int $iWidth - max image width, default = false, used in pkgCmsTextBlock package - * - * @return string",replace,test -,addParameterToUrl,"* @param string $url - * @param array $parameter - * @return string",addParameterToUrl,test -TPkgCmsStringUtilities_CleanPHPCode,stripComments,"* @param string $code - * @return string",stripComments,test -TPkgCmsStringUtilities_HTML,convertEntitiesWithBlacklist,"* this is a simple implementation of htmlentities, but with one additional option: you can provide a blacklist of characters, that won't be converted. - * This is sometimes useful, for example when you want to exclude umlauts from the convertion. - * - * @param string $string - * @param array $blacklist - * - * @return string",convertEntitiesWithBlacklist,test -TPkgCmsStringUtilities_iOSMailURLEncoder,encode,"* @param string $source - * - * @return string",encode,test -TPkgCmsStringUtilities_ReadConfig,__construct,* @var string,__construct,test -TPkgCmsStringUtilities_ReadConfig,getConfigValue,* @var array|null,getConfigValue,test -TPkgCmsStringUtilities_ReadConfig,getConfigArray,"* config params are separated by \n. Key from value by ""="". - * - * @param string $sString",getConfigArray,test -TPkgCmsStringUtilities_VariableInjection,replace,"* used for some methods to pass internal data in callback methods. - * - * @var array",replace,test -TPkgCmsStringUtilities_VariableInjection_WYSIWYGDownloads,replace,"* replaces custom var or cms text blocks in the text - * These variables in the text must have the following format: [{name:format}] - * ""format"" ist either string, date, or number. It is possible to specify the number of decimals - * used when formating a number: [{variable:number:decimalplaces}] - * example [{costs:number:2}]. - * - * {@inheritDoc}",replace,test -TPkgCmsStringUtilities_HTMLTest,testUnchanged,@var TPkgCmsStringUtilities_HTML,testUnchanged,test -TPkgCmsStringUtilities_VariableInjection_WYSIWYGDownloadsTest,setUp,* @var TPkgCmsStringUtilities_VariableInjection_WYSIWYGDownloads,setUp,test -TPkgCmsStringUtilities_VariableInjection_WYSIWYGDownloadsTest,TearDown,@var ReflectionMethod,TearDown,test -ArrayUtilityService,equal,"* return true if two arrays are equal. - * - * @param array $array1 - * @param array $array2 - * - * @return bool",equal,test -UrlUtilityService,addParameterToUrl,* {@inheritDoc},addParameterToUrl,test -ArrayUtilityServiceTest,it_should_be_able_to_determine_if_two_arrays_are_equal,* @var ArrayUtilityService,it_should_be_able_to_determine_if_two_arrays_are_equal,test -ArrayUtilityServiceTest,dataProviderArrayEqual,"* @test - * @dataProvider dataProviderArrayEqual - * - * @param $compareName - * @param $array1 - * @param $array2 - * @param $expectedResult - * - * @internal param $expectedDiff",dataProviderArrayEqual,test -TPkgCmsStringUtilities_iOSMailURLEncoderTest,it_leaves_normal_urls_alone,* @var \TPkgCmsStringUtilities_iOSMailURLEncoder,it_leaves_normal_urls_alone,test -TPkgCmsStringUtilities_iOSMailURLEncoderTest,it_fixes_image_urls,* @test,it_fixes_image_urls,test -TPkgCmsStringUtilities_iOSMailURLEncoderTest,it_fixes_image_urls_with_single_quotes,* @test,it_fixes_image_urls_with_single_quotes,test -TPkgCmsStringUtilities_iOSMailURLEncoderTest,it_fixes_multiple_parameters,* @test,it_fixes_multiple_parameters,test -TPkgCmsStringUtilities_iOSMailURLEncoderTest,it_fixes_multiple_tags,* @test,it_fixes_multiple_tags,test -TPkgCmsStringUtilities_iOSMailURLEncoderTest,it_leaves_anchors_alone,* @test,it_leaves_anchors_alone,test -UrlUtilityServiceTest,it_should_add_parameters_to_a_url,* @var UrlUtilityService,it_should_add_parameters_to_a_url,test -UrlUtilityServiceTest,dataProviderAddParameterToUrl,"* @test - * @dataProvider dataProviderAddParameterToUrl - * - * @param $url - * @param $parameter - * @param $expectedUrl",dataProviderAddParameterToUrl,test -ChameleonSystemCmsTextBlockExtension,load,* @return void,load,test -,getText,"* @deprecated since version 7.0.13 use getRenderedText instead - * - * @param string $systemName - * @param int $textContainerWidth - * - * @return string",getText,test -,getRenderedText,"* @param string $systemName - * - * @return string",getRenderedText,test -,getHeadline,"* @param string $systemName - * - * @return null|TdbPkgCmsTextBlock",getHeadline,test -,getTextBlock,"* @deprecated since version 7.0.13 use getRenderedTextFromTextBlock instead - * - * @param TdbPkgCmsTextBlock $textBlock - * @param int $textContainerWidth - * - * @return string",getTextBlock,test -,getTextFromTextBlock,"* @deprecated since version 7.0.13 use getHeadlineFromTextBlock instead - * - * @param TdbPkgCmsTextBlock $textBlock - * - * @return string",getTextFromTextBlock,test -TPkgCmsTextBlockMapper_GetText,GetRequirements,* {@inheritdoc},GetRequirements,test -TPkgCmsTextBlockMapper_GetText,Accept,* {@inheritdoc},Accept,test -TPkgCmsTextBlock,Render,"* Renders a text block. - * You can set width of text block by adding ""iWidth"" to $aCallTimeVars.(default width 600). - * - * @return string - * - * @param string $sViewName - * @param string $sSubtype - * @param int[] $aCallTimeVars",Render,test -TPkgCmsTextBlockCmsPortal,GetPortalCmsTextBlockArray,"* Get array with rendered text blocks from portal. - * - * @param int $iWidth - * - * @return array",GetPortalCmsTextBlockArray,test -TPkgCmsTextBlockCmsPortal,GetPortalCmsTextBlockText,"*Get all text blocks belong to portal. - * - * @return TdbPkgCmsTextBlockList",GetPortalCmsTextBlockText,test -TPkgCmsTextBlockList,GetRenderedTextBlockArray,"* Get list of all text block object that belong to the given portal. - * - * @static - * - * @param string $sPortalId - * - * @return TdbPkgCmsTextBlockList",GetRenderedTextBlockArray,test -MTPkgCmsTextBlockCore,Execute,"* loads and renders a wysiwyg text block from pkg_cms_text_block based - * usable for static text blocks like footer bars that is placed on every page. -/*",Execute,test -MTPkgCmsTextBlockCore,_AllowCache,"* defines the identifier key of the text block that will be rendered - * you need to set this in your extension or in the module config as parameter ""sTextBlockkey"". - * - * @var string",_AllowCache,test -MTPkgCmsTextBlockCore,_GetCacheTableInfos,"* holds the loaded text block db object. - * - * @var TdbPkgCmsTextBlock",_GetCacheTableInfos,test -TextBlockLookup,getText,* {@inheritdoc},getText,test -TextBlockLookup,getRenderedText,"* @param string $systemName - * - * @return string",getRenderedText,test -TextBlockLookup,getHeadline,"* @param string $systemName - * - * @return null|TdbPkgCmsTextBlock",getHeadline,test -TextBlockLookup,getTextBlock,"* @deprecated since version 7.0.13 use getRenderedTextFromTextBlock instead - * - * @param TdbPkgCmsTextBlock $textBlock - * @param int $textContainerWidth - * - * @return string",getTextBlock,test -TextBlockLookup,getTextFromTextBlock,"* @deprecated since version 7.0.13 use getHeadlineFromTextBlock instead - * - * @param TdbPkgCmsTextBlock $textBlock - * - * @return string",getTextFromTextBlock,test -TPkgCmsTextfieldImage,GetRequirements,* {@inheritdoc},GetRequirements,test -TPkgCmsTextfieldImage,Accept,* {@inheritdoc},Accept,test -TCMSTextFieldEndPoint,__construct,"* manages a wysiwyxg textfield. -/*",__construct,test -TCMSTextFieldEndPoint,GetEnclosedMediaIDs,"* if the size difference between the thumbnail and the original image is smaller than 5 pixel - * the extra link for the original image will not be rendered. - * - * @var int",GetEnclosedMediaIDs,test -TCMSTextFieldEndPoint,SetMaxImageZoomDimensions,"* the wysiwyg text content. - * - * @var string - default = null",SetMaxImageZoomDimensions,test -TCMSTextFieldEndPoint,GetText,"* max width of a thumbnail inside the wysiwyg text content block - * forces thumbnail creation to this value if image is to big. - * - * @var int",GetText,test -TCMSTextFieldEndPoint,GetTextForExternalUsage,"* CSS rel tag name for lightbox/thickbox groups. - * - * @var string",GetTextForExternalUsage,test -TCMSTextFieldEndPoint,IsEmpty,"* array of image effects - * See method TCMSImage::GetThumbnailPointer for available effects. - * - * @var array",IsEmpty,test -TCMSTextFieldEndPoint,GetPlainTextWordSave,"* max width of zoom images (thickbox/lightbox) - * if full image is bigger a 2nd thumbnail will be generated. - * - * @var int",GetPlainTextWordSave,test -TCMSTextFieldEndPoint,_callback_cmstextfield_downloadparser,"* max height of zoom images (thickbox/lightbox) - * if full image is bigger a 2nd thumbnail will be generated. - * - * @var int",_callback_cmstextfield_downloadparser,test -TCMSTextFieldEndPoint,_callback_cmstextfield_emailparser,"* array of cms_media object ids that are enclosed in the text. - * - * @var array",_callback_cmstextfield_emailparser,test -TCMSTextFieldEndPointTest,setUp,* @var TCMSTextFieldEndPoint,setUp,test -TCMSTextFieldEndPointTest,TearDown,@var ReflectionMethod,TearDown,test -MTPkgComment,GetHtmlHeadIncludes,"* used to show and write article reviews. -/*",GetHtmlHeadIncludes,test -TPkgComment,IsActiveComment,* @var string[],IsActiveComment,test -TPkgComment,GetActionModeForActiveComment,"* Returns the active comment. - * - * @static TdbPkgComment - * - * @return TdbPkgComment|null",GetActionModeForActiveComment,test -TPkgComment,GetURLToReComment,"* return TdbPkgComment - or a child of that class (if the fields class, class_subtype and class_type have been set). - * - * @param string $sId - * @param bool $bReload - * - * @return TdbPkgComment|null",GetURLToReComment,test -TPkgComment,GetURLToEditComment,"* Checks if the comment is active comment. - * - * @return bool",GetURLToEditComment,test -TPkgComment,GetURLToDeleteComment,"* Function returns the action for the active comment. - * If no action was defined function returns re comment. This is needed for compatibility to older version - * which not know the url parameter. - * - * @return string|bool",GetURLToDeleteComment,test -TPkgComment,GetURLToReportComment,"* Returns link to re comment a comment. - * Returns a valid url only if user is logged in or guest can write comments was set to true in module config and - * comment was not marked as deleted. - * - * note: You can use this function only if the view was rendered from module MTPkgCommentCore - * - * @param bool|int $iCommentPage - * @param bool $bUseFullURL - * - * @return bool|string",GetURLToReportComment,test -TPkgComment,ChangingCommentIsAllowed,"* Returns url to edit the comment. Returns a valid url only if user is logged in - * and comment was written from logged in user else returns false. - * - * @param bool|int $iCommentPage - * @param bool $bUseFullURL - * - * @return bool|string",ChangingCommentIsAllowed,test -TPkgComment,GetChildComments,"* Returns the url to delete the comment. Returns a valid url only if user is logged in - * and comment was written from logged in user else returns false. - * - * note: You can use this function only if the view was rendered from module MTPkgCommentCore. - * - * @param bool $iCommentPage - * @param bool $bUseFullURL - * - * @return bool|string",GetChildComments,test -TPkgComment,Render,"* Returns the url to report the comment. - * - * @param bool $iCommentPage - * @param bool $bUseFullURL - * - * @return string",Render,test -TPkgComment,GetCommentedObject,"* Check if its allowed to re comment the comment. - * Its allowed if user is logged in or guest can write comments was set to true in module config - * and comment was not marked as deleted. - * - * @return bool",GetCommentedObject,test -TPkgCommentList,GetNrOfComments,"* ;. -/*",GetNrOfComments,test -TPkgCommentModuleConfig,AllowGuestComments,"* @var int|string - * @psalm-var positive-int|0",AllowGuestComments,test -TPkgCommentModuleConfig,SetActiveItem,"* @var int - * @psalm-var positive-int",SetActiveItem,test -TPkgCommentModuleConfig,GetFieldPkgCommentType,"* @var float|int - * @psalm-var positive-int|0",GetFieldPkgCommentType,test -TPkgCommentModuleConfig,GetComments,"* @var int - * @psalm-var positive-int|0",GetComments,test -TPkgCommentModuleConfig,GetListForItemTable,* @var null|mixed,GetListForItemTable,test -TPkgCommentModuleConfig,AllowShowComments,"* allow users that are not signed in to comment. - * - * @return bool",AllowShowComments,test -TPkgCommentModuleConfig,GetActiveItem,"* @param mixed $oActiveItem - * @return void",GetActiveItem,test -TPkgCommentModuleConfig,Render,"* Returns the comment type configured in the module config. - * - * @return TdbPkgCommentType|null",Render,test -TPkgCommentModuleConfig,GetCacheTrigger,@var $oItem TdbPkgCommentType,GetCacheTrigger,test -TCMSSmartURLHandler_PkgCommentReport,GetPageDef,@var $oPortal TdbCmsPortal,GetPageDef,test -TPkgCommentType,GetInstance,"* ;. -/*",GetInstance,test -TPkgCommentType,GetActiveItem,"* Get instance for type. - * - * @param string|int $sPkgCommentTypeId - * - * @return TdbPkgCommentType|bool",GetActiveItem,test -TCMSTableEditor_PkgComment,GetObjectShortInfo,"* ;. -/*",GetObjectShortInfo,test -MTPkgCommentCore,Init,* @var TdbPkgCommentModuleConfig,Init,test -MTPkgCommentCore,SetModuleConfig,* @var TCMSRecord,SetModuleConfig,test -MTPkgCommentCore,SetActiveCommentTypeItem,* @var TdbPkgComment|null,SetActiveCommentTypeItem,test -MTPkgCommentCore,SetSuppressRedirectAfterAction,* @var bool,SetSuppressRedirectAfterAction,test -MTPkgCommentCore,Execute,"* Initialize the module - * Get module config and active comment.",Execute,test -MTPkgCommentCore,GetConfig,"* @param TdbPkgCommentModuleConfig $oModuleConfiguration - * @return void",GetConfig,test -MTPkgCommentCore,WriteComment,"* method allows us to inject an object that we want to comment on. - * - * @param TCMSRecord $oActiveCommentTypeItem - * - * @return void",WriteComment,test -MTPkgCommentCore,EditComment,"* @param bool $bSuppressRedirectAfterAction - * @return void",EditComment,test -MTPkgCommentCore,DeleteComment,"* Returns the active comment. - * - * @return TdbPkgComment|null",DeleteComment,test -MTPkgCommentCore,ReportComment,"* Execute for view report. - * - * @return void",ReportComment,test -MTPkgCommentCore,RespondToComment,"* Execute for view standard. - * - * @return void",RespondToComment,test -MTPkgCommentCore,GetRssFeed,"* Get the module config. - * - * @return TdbPkgCommentModuleConfig|null",GetRssFeed,test -MTPkgCommentCore,_AllowCache,"* Validate input data and write the comment to database. - * If you set parameter $sCommentId this comment will be saved with new comment. - * - * @param string $sCommentId - * - * @return TCMSstdClass|false",_AllowCache,test -ChameleonSystemCookieConsentExtension,load,"* @param array $configs - * @param ContainerBuilder $container - * - * @throws \Exception - * - * @return void",load,test -Configuration,getConfigTreeBuilder,* {@inheritdoc},getConfigTreeBuilder,test -AddCookieConsentIncludesListener,__construct,* @var string,__construct,test -AddCookieConsentIncludesListener,onGlobalHtmlHeaderInclude,* @var string,onGlobalHtmlHeaderInclude,test -AddCookieConsentIncludesListener,onGlobalHtmlFooterInclude,* @var string,onGlobalHtmlFooterInclude,test -ChameleonAppKernel,boot,"* {@inheritdoc} - * - * @return void",boot,test -ChameleonHttpKernel,handle,* @var string,handle,test -ChameleonHttpKernel,setTrustedProxies,* {@inheritdoc},setTrustedProxies,test -ChameleonSystemCoreBundle,build,"* {@inheritDoc} - * - * @return void",build,test -FooBar,__construct,"* @example - * - * class FooBar { - * use NamedConstructorSupport; - * - * public function __construct($id) { - * // ... - * } - * - * public function Foobar() { - * $this->callConstructorAndLogDeprecation(func_get_args()); - * } - * - * }",__construct,test -FooBar,Foobar,"* Calls the main `__constructor` method and logs a deprecation message. - * This method is meant to be called inside of deprecated named constructors - * in order to provide backwards compatibility with extending classes in - * projects that may call the named constructor instead of `parent::__construct`;",Foobar,test -MainMenuMigrator,__construct,* @var Connection,__construct,test -MainMenuMigrator,getIconMapping,* @var FieldTranslationUtil,getIconMapping,test -MainMenuMigrator,getMainCategoryMapping,* @var array,getMainCategoryMapping,test -MainMenuMigrator,migrateUnhandledTableMenuItems,* @var array,migrateUnhandledTableMenuItems,test -MainMenuMigrator,migrateUnhandledContentBoxes,"* Returns a mapping from old table icons based on file names to new icons based on an icon font. - * - * @return array",migrateUnhandledContentBoxes,test -MainMenuMigrator,migrateContentBox,* Returns a mapping of old main menu content boxes to new sidebar menu categories.,migrateContentBox,test -ModuleIconMigrator,__construct,* @var array,__construct,test -ModuleIconMigrator,migrateModuleIcon,* @var Connection,migrateModuleIcon,test -ModuleIconMigrator,migrateUnhandledModules,* @return void,migrateUnhandledModules,test -NavigationTree,__construct,"* The mysql tablename of the tree. - * - * @var string",__construct,test -NavigationTree,Accept,* @var string,Accept,test -NavigationTree,GetHtmlHeadIncludes,* @var string,GetHtmlHeadIncludes,test -NavigationTree,_GetCacheParameters,* @var string,_GetCacheParameters,test -NavigationTreeSingleSelect,__construct,"* The mysql tablename of the tree. - * - * @var string",__construct,test -NavigationTreeSingleSelect,Init,* @var InputFilterUtilInterface,Init,test -NavigationTreeSingleSelect,Accept,* @var TranslatorInterface,Accept,test -NavigationTreeSingleSelect,GetHtmlHeadIncludes,* @var UrlUtil,GetHtmlHeadIncludes,test -NavigationTreeSingleSelectWysiwyg,__construct,* {@inheritdoc},__construct,test -NavigationTreeSingleSelectWysiwyg,Accept,* @var RequestStack,Accept,test -CustomMenuItemProvider,createMenuItem,* {@inheritdoc},createMenuItem,test -MenuCategory,__construct,* @var string,__construct,test -MenuCategory,getId,* @var string,getId,test -MenuCategory,getName,* @var string,getName,test -MenuCategory,getIconFontCssClass,* @var MenuItem[],getIconFontCssClass,test -MenuCategory,getMenuItems,"* @param string $id - * @param string $name - * @param string $iconFontCssClass - * @param MenuItem[] $menuItems",getMenuItems,test -MenuItem,__construct,* @var string,__construct,test -MenuItem,getName,* @var string,getName,test -MenuItem,getIcon,* @var string,getIcon,test -MenuItem,getUrl,* @var string,getUrl,test -MenuItemFactory,addMenuItemProvider,* @var MenuItemProviderInterface[],addMenuItemProvider,test -MenuItemFactory,createMenuItem,* {@inheritdoc},createMenuItem,test -,createMenuItem,"* Creates a new menu item based on the passed database menu item. - * Might return null, e.g. if the current user does not have permission to view this menu item. - * - * @param \TdbCmsMenuItem $menuItem - * - * @return MenuItem|null",createMenuItem,test -,createMenuItem,* Provides a shared interface for different types of menu items.,createMenuItem,test -ModuleMenuItemProvider,createMenuItem,* {@inheritdoc},createMenuItem,test -SidebarBackendModule,__construct,* @var UrlUtil,__construct,test -SidebarBackendModule,Init,* @var RequestStack,Init,test -SidebarBackendModule,Accept,* @var InputFilterUtilInterface,Accept,test -SidebarBackendModule,GetHtmlHeadIncludes,* @var ResponseVariableReplacerInterface,GetHtmlHeadIncludes,test -SidebarBackendModule,GetHtmlFooterIncludes,* @var MenuItemFactoryInterface,GetHtmlFooterIncludes,test -SidebarBackendModule,_AllowCache,* @var TranslatorInterface,_AllowCache,test -SidebarBackendModule,_GetCacheParameters,* @var UserMenuItemDataAccessInterface,_GetCacheParameters,test -TableMenuItemProvider,createMenuItem,* {@inheritdoc},createMenuItem,test -StaticViewModule,__construct,"* Can be used to display static information in the backend. The module requires the additional module config parameter - * ""targetView"" containing the path to the view to be displayed (relative to snippets-cms). This path name may contain a - * ""[{language}]"" placeholder. If present, this placeholder will be replaced with the current display language.",__construct,test -StaticViewModule,Accept,* @var LanguageServiceInterface,Accept,test -ActivateMaintenanceModeCommand,__construct,* @var MaintenanceModeServiceInterface,__construct,test -CountUpdateCommand,__construct,* Console command for counting updates that have not been executed yet.,__construct,test -DeactivateMaintenanceModeCommand,__construct,* @var MaintenanceModeServiceInterface,__construct,test -DisableCronjobsCommand,__construct,* @var CronjobEnablingServiceInterface,__construct,test -EnableCronjobsCommand,__construct,* @var CronjobEnablingServiceInterface,__construct,test -GetCronjobsStateCommand,__construct,* @var CronjobStateServiceInterface,__construct,test -ListUpdateCommand,__construct,* Console command for listing updates that have not been executed yet.,__construct,test -RunUpdateCommand,__construct,* Console command for executing updates.,__construct,test -HtmlHelper,__construct,* @var OutputInterface,__construct,test -HtmlHelper,render,* @var array,render,test -ChameleonBackendController,getResponse,* @var BackendAccessCheck,getResponse,test -ChameleonBackendController,HandleRequest,* @var string,HandleRequest,test -ChameleonBackendController,setBackendAccessCheck,* {@inheritdoc},setBackendAccessCheck,test -ChameleonBackendController,setHomePagedef,"* check if ip of user is in ip white list of cms config - * but only if a white list or the config constant x is set. - * - * The entry point into the controller. It will render a page given a - * pagedefinition file. If no definition file is passed, it will use - * ""default"" as the active definition file - * - * @param string $pagedef - The name of the page definition file to render. - * Notice that only the name should be passed. The location of - * the definition file is defined in the config.inc.php file loaded - * in TGlobal (PATH_PAGE_DEFINITIONS) - * - * @return void",setHomePagedef,test -ChameleonController,__construct,* @var AuthenticityTokenManagerInterface,__construct,test -ChameleonController,__invoke,* @var RequestStack,__invoke,test -ChameleonController,setGlobal,* @var CacheInterface,setGlobal,test -ChameleonController,SetBlockAutoFlushToBrowser,* @var TGlobal,SetBlockAutoFlushToBrowser,test -ChameleonController,getBlockAutoFlushToBrowser,* @var TModuleLoader,getBlockAutoFlushToBrowser,test -ChameleonController,setCache,"* @var array - * - * @deprecated since 6.3.0 - not used anymore",setCache,test -ChameleonController,GetPagedefObject,* @var array,GetPagedefObject,test -ChameleonController,PreOutputCallbackFunction,* @var array,PreOutputCallbackFunction,test -ChameleonController,PreOutputCallbackFunctionReplaceCustomVars,"* @var string - * - * @deprecated since 6.3.0 - not used anymore",PreOutputCallbackFunctionReplaceCustomVars,test -ChameleonController,FlushContentToBrowser,* @var bool,FlushContentToBrowser,test -ChameleonController,AddHTMLFooterLine,* @var IViewPathManager,AddHTMLFooterLine,test -ChameleonController,AddHTMLHeaderLine,@var ActivePageServiceInterface,AddHTMLHeaderLine,test -ChameleonController,HeaderRedirect,* @var EventDispatcherInterface,HeaderRedirect,test -ChameleonController,HeaderURLRedirect,* @var RequestInfoServiceInterface,HeaderURLRedirect,test -ChameleonController,__toString,"* @var ICmsCoreRedirect - * - * @deprecated since 6.1.9 - no longer used in this class.",__toString,test -ChameleonController,setActivePageService,* @var InputFilterUtilInterface,setActivePageService,test -ChameleonController,getHtmlHeaderIncludes,* @var ResourceCollectorInterface,getHtmlHeaderIncludes,test -ChameleonController,getHtmlFooterIncludes,* @var DataAccessCmsMasterPagedefInterface,getHtmlFooterIncludes,test -ChameleonController,setAuthenticityTokenManager,* @var ResponseVariableReplacerInterface,setAuthenticityTokenManager,test -ChameleonController,setRequestInfoService,* {@inheritdoc},setRequestInfoService,test -ChameleonController,setRedirect,* @return Request|null,setRedirect,test -ChameleonController,setInputFilterUtil,"* @param TGlobal $global - * - * @return void",setInputFilterUtil,test -ChameleonController,setResourceCollector,"* @param bool $bBlockAutoFlushToBrowser - * - * @return void",setResourceCollector,test -ChameleonController,setResponseVariableReplacer,* @return bool,setResponseVariableReplacer,test -,__invoke,"* Interface ChameleonControllerInterface defines a Chameleon controller which is responsible for - * returning a response for the current request.",__invoke,test -,getResponse,"* Returns the response for the page definition determined by the routing. - * - * @return Response - * - * @throws AccessDeniedHttpException - * @throws NotFoundHttpException",getResponse,test -,setCache,"* This method implies that you could get the response from it, but this is a lie. - * Call __invoke() instead and wait for the interface to improve. - * - * @return Response - * - * @throws AccessDeniedHttpException - * @throws NotFoundHttpException",setCache,test -,AddHTMLHeaderLine,"* Setter for a cache service to be used by the controller. - * - * @param CacheInterface $cache - * @return void",AddHTMLHeaderLine,test -,AddHTMLFooterLine,"* Adds a text line that is to be added to the header of the output page automatically. - * - * @param string $line - * @return void",AddHTMLFooterLine,test -,FlushContentToBrowser,"* Adds a text line that is to be added to the footer of the output page automatically. - * - * @param string $line - * @return void",FlushContentToBrowser,test -ChameleonControllerInvokeEvent,__construct,* @var ChameleonControllerInterface,__construct,test -ChameleonControllerInvokeEvent,getController,* @return \ChameleonSystem\CoreBundle\Controller\ChameleonControllerInterface,getController,test -ChameleonControllerInvokeListener,__construct,* @var \Symfony\Component\DependencyInjection\ContainerInterface,__construct,test -ChameleonControllerInvokeListener,onInvoke,* @return void,onInvoke,test -ChameleonControllerResolver,__construct,* Class ChameleonControllerResolver.,__construct,test -ChameleonControllerResolver,getController,@var ContainerInterface $container,getController,test -ChameleonFrontendController,__construct,* @var ContainerInterface,__construct,test -ChameleonFrontendController,getResponse,* @var TPkgViewRendererConfigToLessMapper,getResponse,test -ChameleonFrontendController,GetPagedefObject,* @param \IViewPathManager $viewPathManager,GetPagedefObject,test -ChameleonNoAutoFlushController,__construct,* @var ChameleonController,__construct,test -ChameleonNoAutoFlushController,__invoke,* {@inheritdoc},__invoke,test -ChameleonNoAutoFlushController,getResponse,* {@inheritdoc},getResponse,test -ChameleonNoAutoFlushController,setCache,* {@inheritdoc},setCache,test -ChameleonNoAutoFlushController,AddHTMLHeaderLine,* {@inheritdoc},AddHTMLHeaderLine,test -ChameleonNoAutoFlushController,AddHTMLFooterLine,* {@inheritdoc},AddHTMLFooterLine,test -ChameleonNoAutoFlushController,FlushContentToBrowser,* {@inheritdoc},FlushContentToBrowser,test -ExceptionController,setMainController,* {@inheritdoc},setMainController,test -ExceptionController,showAction,* @var ChameleonControllerInterface,showAction,test -ExceptionController,setExtranetConfiguration,* @var PortalDomainServiceInterface,setExtranetConfiguration,test -ExceptionController,setExtranetUserProvider,* @var ExtranetConfigurationInterface,setExtranetUserProvider,test -ExceptionController,setPortalDomainService,* @var RequestInfoServiceInterface,setPortalDomainService,test -ExceptionController,setRequestInfoService,* @var ExtranetUserProviderInterface,setRequestInfoService,test -ExceptionController,setPageService,* @var PageServiceInterface,setPageService,test -ImageNotFoundController,__invoke,* @return BinaryFileResponse|Response,__invoke,test -CronjobEnablingService,__construct,* @var Connection,__construct,test -CronjobEnablingService,isCronjobExecutionEnabled,* @var CacheInterface,isCronjobExecutionEnabled,test -CronjobEnablingService,enableCronjobExecution,* @throws CronjobHandlingException,enableCronjobExecution,test -CronjobEnablingService,disableCronjobExecution,* @throws CronjobHandlingException,disableCronjobExecution,test -,isCronjobExecutionEnabled,* Enables or disables all cronjobs.,isCronjobExecutionEnabled,test -,enableCronjobExecution,"* Checks if all cron jobs should be able to run. - * - * @return bool",enableCronjobExecution,test -,disableCronjobExecution,* @throws CronjobHandlingException,disableCronjobExecution,test -CronJobFactory,__construct,* @var ContainerInterface,__construct,test -CronJobFactory,constructCronJob,* {@inheritdoc},constructCronJob,test -,constructCronJob,"* @param string $identifier - * @param array $data - * - * @return TCMSCronJob - * - * @throws \InvalidArgumentException",constructCronJob,test -CronJobScheduleDataModel,__construct,* @var \DateTime|null,__construct,test -CronJobScheduleDataModel,getLastPlannedExecution,* @var int,getLastPlannedExecution,test -CronJobScheduleDataModel,getExecuteEveryNMinutes,* @var int,getExecuteEveryNMinutes,test -CronJobScheduleDataModel,getUnlockAfterNMinutes,* @var bool,getUnlockAfterNMinutes,test -CronJobScheduler,__construct,* @var TimeProviderInterface,__construct,test -CronJobScheduler,requiresExecution,* {@inheritdoc},requiresExecution,test -CronJobScheduler,calculateCurrentPlannedExecutionDate,* {@inheritdoc},calculateCurrentPlannedExecutionDate,test -,requiresExecution,"* @param CronJobScheduleDataModel $schedule - * - * @return bool - * @throws \InvalidArgumentException",requiresExecution,test -,calculateCurrentPlannedExecutionDate,"* @param CronJobScheduleDataModel $schedule - * - * @return \DateTime - * @throws \InvalidArgumentException",calculateCurrentPlannedExecutionDate,test -CronjobStateService,__construct,* @var Connection,__construct,test -CronjobStateService,isCronjobRunning,* {@inheritdoc},isCronjobRunning,test -,isCronjobRunning,* @throws CronjobHandlingException,isCronjobRunning,test -CacheDataAccess,__construct,"* @template T extends TCMSRecord - * @implements DataAccessInterface",__construct,test -CacheDataAccess,loadAll,* @var CacheInterface,loadAll,test -CacheDataAccess,getCacheTriggers,* @var LanguageServiceInterface,getCacheTriggers,test -CmsPortalDomainsDataAccess,__construct,* @var Connection,__construct,test -CmsPortalDomainsDataAccess,getPrimaryDomain,* {@inheritdoc},getPrimaryDomain,test -CmsPortalDomainsDataAccess,getAllDomainNames,"* {@inheritDoc} - * - * Copied partly from PortalDomainServiceInterface::getDomainNameList().",getAllDomainNames,test -CmsPortalDomainsDataAccess,getPortalPrefixListForDomain,* {@inheritdoc},getPortalPrefixListForDomain,test -CmsPortalDomainsDataAccess,getActivePortalCandidate,* {@inheritdoc},getActivePortalCandidate,test -CmsPortalDomainsDataAccess,getDomainDataByName,* {@inheritdoc},getDomainDataByName,test -CmsPortalDomainsDataAccessCacheDecorator,__construct,* @var ContainerInterface,__construct,test -CmsPortalDomainsDataAccessCacheDecorator,getPrimaryDomain,* @var CmsPortalDomainsDataAccessInterface,getPrimaryDomain,test -CmsPortalDomainsDataAccessCacheDecorator,getPortalPrefixListForDomain,* {@inheritdoc},getPortalPrefixListForDomain,test -CmsPortalDomainsDataAccessCacheDecorator,getActivePortalCandidate,* {@inheritdoc},getActivePortalCandidate,test -CmsPortalDomainsDataAccessCacheDecorator,getDomainDataByName,* {@inheritdoc},getDomainDataByName,test -CmsPortalDomainsDataAccessCacheDecorator,getAllDomainNames,* {@inheritdoc},getAllDomainNames,test -,getPrimaryDomain,* CmsPortalDomainsDataAccessInterface defines a service that acts as data access interface for the PortalDomainService.,getPrimaryDomain,test -,getAllDomainNames,"* Returns the primary domain object for the given $portalId and the given $languageId, or null if none was found. - * - * @param string $portalId - * @param string $languageId - * - * @return TdbCmsPortalDomains|null",getAllDomainNames,test -,getPortalPrefixListForDomain,"* @return array - the names of all domains of all portals - * - * NOTE \ChameleonSystem\CoreBundle\Service\PortalDomainServiceInterface::getDomainNameList() is similar but works only for the current portal. - * TODO This should be joined with that code (the service calling a method here).",getPortalPrefixListForDomain,test -,getActivePortalCandidate,"* Returns a list of portal prefixes for portals that are available for the passed $domain. - * - * @param string $domainName - * - * @return array",getActivePortalCandidate,test -,getDomainDataByName,"* Returns all data for a portal that ""might be"" the currently active portal, given the passed restrictions. - * - * @param array $idRestrictionList - * @param string $identifierRestriction - * @param bool $allowInactivePortals - * - * @return array|null",getDomainDataByName,test -CmsPortalDomainsDataAccessRequestLevelCacheDecorator,__construct,* @var CmsPortalDomainsDataAccessInterface,__construct,test -CmsPortalDomainsDataAccessRequestLevelCacheDecorator,getPrimaryDomain,"* @var array",getPrimaryDomain,test -CmsPortalDomainsDataAccessRequestLevelCacheDecorator,getAllDomainNames,* @var string[],getAllDomainNames,test -CmsPortalDomainsDataAccessRequestLevelCacheDecorator,getPortalPrefixListForDomain,* @param CmsPortalDomainsDataAccessInterface $subject,getPortalPrefixListForDomain,test -CmsPortalDomainsDataAccessRequestLevelCacheDecorator,getActivePortalCandidate,* {@inheritdoc},getActivePortalCandidate,test -CmsPortalDomainsDataAccessRequestLevelCacheDecorator,getDomainDataByName,* {@inheritdoc},getDomainDataByName,test -,getFieldClassNameFromDictionaryValues,"* Fetches field configuration for a table name and a field name. - * - * @param string $tableName - * @param string $fieldName - * - * @return string|null - * - * @throws DataAccessException",getFieldClassNameFromDictionaryValues,test -DataAccessClassFromTableTableFieldProvider,__construct,* @var Connection,__construct,test -DataAccessClassFromTableTableFieldProvider,getFieldClassNameFromDictionaryValues,* @param Connection $databaseConnection,getFieldClassNameFromDictionaryValues,test -DataAccessCmsLanguage,__construct,"* DataAccessCmsLanguage provides an implementation of DataAccessCmsLanguageInterface for the default database backend. - * Some methods load data manually instead of using existing TCMSRecord loading methods, because there are cases where - * this would lead to endless recursion (loading the language is a special case as the language relies on the language - * which implies an intrinsic potential for deadlocks).",__construct,test -DataAccessCmsLanguage,getLanguage,* @var Connection,getLanguage,test -DataAccessCmsLanguage,getLanguageRaw,* @param Connection $databaseConnection,getLanguageRaw,test -DataAccessCmsLanguage,getLanguageFromIsoCode,* {@inheritdoc},getLanguageFromIsoCode,test -,getLanguage,"* Returns a language object. The object will be loaded using the $targetLanguageId for localization of the object - * itself. - * Returns null if the language could not be loaded. - * - * @param string $id - * @param string $targetLanguageId - * - * @return TdbCmsLanguage|null",getLanguage,test -,getLanguageRaw,"* Returns the raw language data as an array. - * Returns null if the language data could not be loaded. - * - * @param string $id - * - * @return array|null",getLanguageRaw,test -,getLanguageFromIsoCode,"* Returns a language object for the passed ISO 639-1 code. - * The object will be loaded using the $targetLanguageId for localization of the object itself. - * Returns null if the language could not be loaded. - * - * @param string $isoCode - * @param string $targetLanguageId - * - * @return TdbCmsLanguage|null",getLanguageFromIsoCode,test -DataAccessCmsLanguageRequestLevelCacheDecorator,__construct,* @var DataAccessCmsLanguageInterface,__construct,test -DataAccessCmsLanguageRequestLevelCacheDecorator,getLanguage,* @var array,getLanguage,test -DataAccessCmsLanguageRequestLevelCacheDecorator,getLanguageRaw,* @param DataAccessCmsLanguageInterface $subject,getLanguageRaw,test -DataAccessCmsLanguageRequestLevelCacheDecorator,getLanguageFromIsoCode,* {@inheritdoc},getLanguageFromIsoCode,test -DataAccessCmsMasterPagedefCacheDecorator,__construct,* @var DataAccessCmsMasterPagedefInterface,__construct,test -DataAccessCmsMasterPagedefCacheDecorator,get,* @var CacheInterface,get,test -DataAccessCmsMasterPagedefDatabase,__construct,* @var DataAccessCmsMasterPagedefInterface,__construct,test -DataAccessCmsMasterPagedefDatabase,get,* @var InputFilterUtilInterface,get,test -DataAccessCmsMasterPagedefFile,__construct,* @var InputFilterUtilInterface,__construct,test -DataAccessCmsMasterPagedefFile,get,* @var \TGlobal,get,test -DataAccessCmsPortalSystemPage,__construct,* @implements DataAccessInterface,__construct,test -DataAccessCmsPortalSystemPage,loadAll,* @var Connection,loadAll,test -DataAccessCmsPortalSystemPage,getCacheTriggers,* @param Connection $databaseConnection,getCacheTriggers,test -,getTableConfigurations,"* returns array with table ids as key, and name as value - * @return array",getTableConfigurations,test -,isTableName,"* returns the roles assigned to the action - * @param string $action - * @param string $tableName - * @return array",isTableName,test -DataAccessCmsTplPage,__construct,* @implements DataAccessInterface,__construct,test -DataAccessCmsTplPage,loadAll,* @var Connection,loadAll,test -DataAccessCmsTplPage,getCacheTriggers,* @param Connection $databaseConnection,getCacheTriggers,test -DataAccessCmsTree,__construct,* @var Connection,__construct,test -DataAccessCmsTree,loadAll,* @var LanguageServiceInterface,loadAll,test -DataAccessCmsTree,getAllInvertedNoFollowRulePageIds,"* @param Connection $databaseConnection - * @param LanguageServiceInterface $languageService",getAllInvertedNoFollowRulePageIds,test -DataAccessCmsTree,getInvertedNoFollowRulePageIds,* {@inheritdoc},getInvertedNoFollowRulePageIds,test -,loadAll,"* Loads all entries of the underlying data model. - * - * @param string|null $languageId if null, the currently active language is used - * - * @return TdbCmsTree[]",loadAll,test -,getAllInvertedNoFollowRulePageIds,"* an array of all no follow invert rule page ids. key of the array is the tree_id. - * - * @return array",getAllInvertedNoFollowRulePageIds,test -,getInvertedNoFollowRulePageIds,"* return the page ids for which the no follow rule should be inverted. - * - * @param string $cmsTreeId - * - * @return array",getInvertedNoFollowRulePageIds,test -DataAccessCmsTreeNode,__construct,* @implements DataAccessInterface,__construct,test -DataAccessCmsTreeNode,loadAll,* @var Connection,loadAll,test -DataAccessCmsTreeNode,getCacheTriggers,* @var LanguageServiceInterface,getCacheTriggers,test -DataAccessCmsTreeRequestLevelCacheDecorator,__construct,* @var DataAccessCmsTreeInterface,__construct,test -DataAccessCmsTreeRequestLevelCacheDecorator,loadAll,* @var array,loadAll,test -DataAccessCmsTreeRequestLevelCacheDecorator,getAllInvertedNoFollowRulePageIds,* @var LanguageServiceInterface,getAllInvertedNoFollowRulePageIds,test -DataAccessCmsTreeRequestLevelCacheDecorator,getInvertedNoFollowRulePageIds,"* @param DataAccessCmsTreeInterface $subject - * @param LanguageServiceInterface $languageService",getInvertedNoFollowRulePageIds,test -,loadAll,"* DataAccessInterface defines a generic service that reads data from a data source. - * These assumptions were made while designing this interface: - * 1. There are lots of reads on single items, so that bulk reading is more efficient than reading every item independently. - * 2. There is a cache mechanism for the fetched data, to avoid reading rather large datasets from the backend. - * 3. There are higher-level services that operate on the fetched data. The returned values should be quite raw, so more - * sophisticated usage requires additional work. - * - * @template T extends \TCMSRecord",loadAll,test -,getCacheTriggers,"* Loads all entries of the underlying data model. - * - * @param string|null $languageId if null, the currently active language is used - * - * @return T[]",getCacheTriggers,test -RequestCacheDataAccess,__construct,"* @template T extends TCMSRecord - * @implements DataAccessInterface",__construct,test -RequestCacheDataAccess,loadAll,"* @var array $elements",loadAll,test -RequestCacheDataAccess,getCacheTriggers,* @var LanguageServiceInterface,getCacheTriggers,test -UserMenuItemDataAccess,__construct,* @var Connection,__construct,test -UserMenuItemDataAccess,getMenuItemIds,* @var LoggerInterface,getMenuItemIds,test -UserMenuItemDataAccess,trackMenuItem,* {@inheritDoc},trackMenuItem,test -,getMenuItemIds,* Track and retrieve usage statistics in the menu for every user.,getMenuItemIds,test -,trackMenuItem,"* @param string $userId - * @return string[] - the menu items used by the user sorted by click count",trackMenuItem,test -AbstractDatabaseAccessLayer,setDatabaseConnection,* @var Connection,setDatabaseConnection,test -DatabaseAccessLayerCmsMasterPagedefSpotAccess,getAccessForSpot,* @var bool,getAccessForSpot,test -DatabaseAccessLayerCmsMasterPagedefSpotParameter,getParameterForSpot,* @var bool,getParameterForSpot,test -DatabaseAccessLayerCmsMedia,loadMediaFromId,* @var bool,loadMediaFromId,test -DatabaseAccessLayerCmsTPlModule,loadFromClassOrServiceId,* @var bool,loadFromClassOrServiceId,test -DatabaseAccessLayerCmsTPlModule,loadFromId,"* @param string $classOrId - * - * @return \TdbCmsTplModule|null",loadFromId,test -DatabaseAccessLayerCmsTPlModule,loadFromField,"* @param string $id - * - * @return \TdbCmsTplModule|null",loadFromField,test -DatabaseAccessLayerCmsTplPage,__construct,* @deprecated since 6.1.0 use methods in chameleon_system_core.page_service instead,__construct,test -DatabaseAccessLayerCmsTplPage,loadFromId,* @var bool,loadFromId,test -DatabaseAccessLayerCmsTplPage,loadForTreeId,* @var PortalDomainServiceInterface,loadForTreeId,test -,loadFromId,* @deprecated since 6.1.0 use methods in chameleon_system_core.page_service instead,loadFromId,test -,loadForTreeId,"* @param string $id - * - * @return TdbCmsTplPage|null - * - * @deprecated since 6.1.0 - use chameleon_system_core.page_service::getById() instead",loadForTreeId,test -DatabaseAccessLayerCmsTree,__construct,* @deprecated since 6.1.0 use methods in chameleon_system_core.tree_service instead,__construct,test -DatabaseAccessLayerCmsTree,loadFromId,* @var bool,loadFromId,test -DatabaseAccessLayerCmsTree,getChildren,* @var PortalDomainServiceInterface,getChildren,test -DatabaseAccessLayerFieldConfig,getFieldConfig,* @var TCMSField[][],getFieldConfig,test -DatabaseAccessLayerFieldConfig,GetFieldDefinition,"* @param string $tableName - * @param string $fieldName - * @param TCMSRecord $dataRow - * @param bool $loadDefaults - * - * @return TCMSField",GetFieldDefinition,test -DatabaseAccessLayerFieldTypes,getFieldType,* @var bool,getFieldType,test -DatabaseAccessLayerFileTypes,getFileType,* @var \TdbCmsFiletype[],getFileType,test -BackendTreeNodeDataModel,__construct,* @var string,__construct,test -BackendTreeNodeDataModel,getId,* @var string,getId,test -BackendTreeNodeDataModel,getName,* @var string,getName,test -BackendTreeNodeDataModel,setName,* @var int,setName,test -BackendTreeNodeDataModel,getFurtherIconsHTML,* @var BackendTreeNodeDataModel[],getFurtherIconsHTML,test -BackendTreeNodeDataModel,setFurtherIconsHTML,* @var bool,setFurtherIconsHTML,test -BackendTreeNodeDataModel,addFurtherIconHTML,* @var string,addFurtherIconHTML,test -BackendTreeNodeDataModel,getCmsIdent,* @var bool,getCmsIdent,test -BackendTreeNodeDataModel,getChildren,* @var bool,getChildren,test -BackendTreeNodeDataModel,addChildren,* @var bool,addChildren,test -BackendTreeNodeDataModel,isChildrenAjaxLoad,"* Key = HTML attribute name. - * - * @var array",isChildrenAjaxLoad,test -BackendTreeNodeDataModel,setChildrenAjaxLoad,"* Key = HTML attribute name. - * - * @var array",setChildrenAjaxLoad,test -BackendTreeNodeDataModel,getType,* @var array,getType,test -BackendTreeNodeDataModel,setType,* @var array,setType,test -BackendTreeNodeDataModel,isSelected,* @var string,isSelected,test -BackendTreeNodeDataModel,setSelected,* @return BackendTreeNodeDataModel[],setSelected,test -BackendTreeNodeDataModel,isDisabled,* @param BackendTreeNodeDataModel $children,isDisabled,test -BackendTreeNodeDataModel,setDisabled,* {@inheritDoc},setDisabled,test -CmsMasterPagdef,__construct,* @var string,__construct,test -CmsMasterPagdef,getId,* @var array,getId,test -CmsMasterPagdef,getModuleList,* @var string,getModuleList,test -DownloadLinkDataModel,__construct,* @var string|null,__construct,test -DownloadLinkDataModel,getId,* @var string,getId,test -DownloadLinkDataModel,getHumanReadableFileSize,"* Add internal attribute for wysiwyg editor integration and disable download url. - * - * @var bool",getHumanReadableFileSize,test -DownloadLinkDataModel,setHumanReadableFileSize,* @var string,setHumanReadableFileSize,test -DownloadLinkDataModel,isBackendLink,* @var bool,isBackendLink,test -DownloadLinkDataModel,setIsBackendLink,* @var string,setIsBackendLink,test -DownloadLinkDataModel,getFileName,* @var string,getFileName,test -DownloadLinkDataModel,setFileName,* @var string,setFileName,test -DownloadLinkDataModel,showSize,* @var bool,showSize,test -PagePath,__construct,* @var string,__construct,test -PagePath,addPath,* @var string,addPath,test -PagePath,getPageId,* @var string[],getPageId,test -PagePath,getPrimaryPath,"* @param string $pageId - * @param string $primaryPath",getPrimaryPath,test -PagePath,getPathList,"* @param string $path - * - * @return void",getPathList,test -ChameleonSystemCoreExtension,load,"* {@inheritDoc} - * - * @return void",load,test -ChameleonSystemCoreExtension,prepend,"* @param array $googleApiConfig - * @param ContainerBuilder $container - * - * @return void",prepend,test -Configuration,getConfigTreeBuilder,"* Generates the configuration tree builder. - * - * @return \Symfony\Component\Config\Definition\Builder\TreeBuilder The tree builder",getConfigTreeBuilder,test -AddBackendMainMenuItemProvidersPass,process,"* {@inheritDoc} - * - * @return void",process,test -AddCronJobsPass,process,"* {@inheritDoc} - * - * @return void",process,test -AddMappersPass,process,"* {@inheritdoc} - * - * @return void",process,test -AddUrlNormalizersPass,process,"* {@inheritDoc} - * - * @return void",process,test -ChameleonModulePass,process,"* You can modify the container here before it is dumped to PHP code. - * - * @param ContainerBuilder $container - * - * @api - * - * @return void",process,test -CollectRequestStateElementProvidersPass,process,"* {@inheritDoc} - * - * @return void",process,test -ControllerResolverPass,process,* @return void,process,test -EmptyRequest,getLanguage,* @return null,getLanguage,test -EmptyRequest,getActivePage,* @return null,getActivePage,test -MakeLoggerPublicPass,process,"* {@inheritdoc} - * - * @return void",process,test -SetChameleonHttpKernelPass,process,"* {@inheritDoc} - * - * @return void",process,test -SetCsrfTokenManagerFactoryPass,process,"* {@inheritDoc} - * - * @return void",process,test -SetCsrfTokenStoragePass,process,"* Replace the token storage service of Symfony as that one uses ""session"" directly - which does not work with our own session handling.",process,test -BackendLoginEvent,__construct,* @deprecated 7.2 no longer used - use the standard symfony login event,__construct,test -BackendLoginEvent,getUser,* @var TCMSUser,getUser,test -BackendLogoutEvent,__construct,* @deprecated 7.2 no longer used - use the standard symfony logout event,__construct,test -BackendLogoutEvent,getUser,* @var TCMSUser|null,getUser,test -ChangeActiveDomainEvent,getNewActiveDomain,* @var TCMSPortalDomain|null,getNewActiveDomain,test -ChangeActiveDomainEvent,getOldActiveDomain,* @var TCMSPortalDomain|null,getOldActiveDomain,test -ChangeActiveDomainEvent,__construct,* @return TCMSPortalDomain|null,__construct,test -ChangeActiveLanguagesForPortalEvent,__construct,* @var TCMSPortal,__construct,test -ChangeActiveLanguagesForPortalEvent,getPortal,* @var string[],getPortal,test -ChangeActiveLanguagesForPortalEvent,getOldLanguages,* @var string[],getOldLanguages,test -ChangeActiveLanguagesForPortalEvent,getNewLanguages,"* @param TCMSPortal $portal - * @param string[] $oldLanguages list of language IDs for languages that were active before the change - * @param string[] $newLanguages list of language IDs for languages that are active before the change",getNewLanguages,test -ChangeActivePageEvent,getNewActivePage,* @var TCMSActivePage,getNewActivePage,test -ChangeActivePageEvent,getOldActivePage,* @var TCMSActivePage|null,getOldActivePage,test -ChangeActivePageEvent,__construct,* @return TCMSActivePage,__construct,test -ChangeActivePortalEvent,getNewActivePortal,* @var TCMSPortal|null,getNewActivePortal,test -ChangeActivePortalEvent,getOldActivePortal,* @var TCMSPortal|null,getOldActivePortal,test -ChangeActivePortalEvent,__construct,* @return TCMSPortal|null,__construct,test -ChangeDomainEvent,__construct,* @var TdbCmsPortalDomains[],__construct,test -ChangeDomainEvent,getChangedDomains,* @param TdbCmsPortalDomains[] $changedDomains,getChangedDomains,test -ChangeNavigationTreeConnectionEvent,__construct,* @var TdbCmsTreeNode,__construct,test -ChangeNavigationTreeConnectionEvent,getChangedTreeConnection,* @param TdbCmsTreeNode $changedTreeConnection,getChangedTreeConnection,test -ChangeNavigationTreeNodeEvent,__construct,* @var \TdbCmsTree[],__construct,test -ChangeNavigationTreeNodeEvent,getChangedTreeNodes,* @param \TdbCmsTree[] $changedTreeNodes,getChangedTreeNodes,test -ChangeShopOrderStepEvent,__construct,* @var TdbShopOrderStep[],__construct,test -ChangeShopOrderStepEvent,getChangedShopOrderSteps,* @param TdbShopOrderStep[] $changedShopOrderSteps,getChangedShopOrderSteps,test -ChangeUseSlashInSeoUrlsForPortalEvent,__construct,* @var TCMSPortal,__construct,test -ChangeUseSlashInSeoUrlsForPortalEvent,getPortal,* @var bool,getPortal,test -ChangeUseSlashInSeoUrlsForPortalEvent,isOldValue,* @var bool,isOldValue,test -ChangeUseSlashInSeoUrlsForPortalEvent,isNewValue,"* @param TCMSPortal $portal - * @param bool $oldValue - * @param bool $newValue",isNewValue,test -DeleteMediaEvent,__construct,* @var string,__construct,test -DeleteMediaEvent,getDeletedMediaId,* @param string $deletedMediaId,getDeletedMediaId,test -DisplayListmanagerCellEvent,__construct,* Holds information on a single backend table cell. This information can be changed to alter display of the cell.,__construct,test -DisplayListmanagerCellEvent,getTableCell,* @var \TGroupTableField,getTableCell,test -DisplayListmanagerCellEvent,getRowData,* @var array,getRowData,test -DisplayListmanagerCellEvent,isHeader,* @var bool,isHeader,test -DisplayListmanagerCellEvent,getAttributes,* @var array,getAttributes,test -DisplayListmanagerCellEvent,setAttributes,* @var string,setAttributes,test -DisplayListmanagerCellEvent,getOnclickEvent,* @var array,getOnclickEvent,test -DisplayListmanagerCellEvent,setOnclickEvent,* @var string,setOnclickEvent,test -DisplayListmanagerCellEvent,getCssClasses,"* @param \TGroupTableField $tableCell - * @param array $rowData - * @param bool $isHeader",getCssClasses,test -DisplayListmanagerCellEvent,setCssClasses,* @return \TGroupTableField,setCssClasses,test -DisplayListmanagerCellEvent,getCellValue,* @return array,getCellValue,test -DisplayListmanagerCellEvent,setCellValue,* @return bool,setCellValue,test -FilterContentEvent,__construct,* @var string,__construct,test -HtmlIncludeEvent,__construct,* @var array,__construct,test -HtmlIncludeEvent,addData,"* only unique entries will be kept. unique will be determine as follows: - * - if an entry in the array has a key, that will be used to ensure uniqueness. - * - if it does not, the md5 sum of the content will be used. - * - * @param array $data - * - * @return void",addData,test -HtmlIncludeEvent,getData,* @return array,getData,test -,addData,"* only unique entries will be kept. unique will be determine as follows: - * - if an entry in the array has a key, that will be used to ensure uniqueness. - * - if it does not, the md5 sum of the content will be used. - * - * @param array $data - * - * @return void",addData,test -,getData,* @return array,getData,test -LocaleChangedEvent,__construct,* @var string|null,__construct,test -LocaleChangedEvent,getNewLocal,* @var string|null,getNewLocal,test -LocaleChangedEvent,getOriginalLocal,"* @param string|null $newLocal - * @param string|null $originalLocal",getOriginalLocal,test -RecordChangeEvent,__construct,* @var string,__construct,test -RecordChangeEvent,getTableId,* @var string,getTableId,test -RecordChangeEvent,getRecordId,"* @param string $tableId - * @param string $recordId",getRecordId,test -expects,__construct,"* @psalm-suppress InvalidReturnStatement, InvalidReturnType - * @FIXME Default value of `$content` is an empty array, when everything outside of this class expects `getContent` to return a string.",__construct,test -expects,setContent,* @var array|string,setContent,test -expects,getContent,* @param string|null $content,getContent,test -,setContent,"* @param string $content - * - * @return void",setContent,test -,getContent,* @return string,getContent,test -AddAntispamIncludesListener,__construct,* @var RequestInfoServiceInterface,__construct,test -AddAntispamIncludesListener,onGlobalHtmlFooterInclude,* @param RequestInfoServiceInterface $requestInfoService,onGlobalHtmlFooterInclude,test -AddBackendToasterMessageListener,__construct,* @var string,__construct,test -AddBackendToasterMessageListener,addMessage,* @var string,addMessage,test -AddControllerIncludesListener,__construct,* @var RequestInfoServiceInterface,__construct,test -AddControllerIncludesListener,onGlobalHtmlHeaderInclude,* @var ChameleonController,onGlobalHtmlHeaderInclude,test -AddControllerIncludesListener,onGlobalHtmlFooterInclude,* @var ChameleonController,onGlobalHtmlFooterInclude,test -AddGlobalHeadIncludesListener,__construct,"* Class AddJqueryIncludeListener returns the resources configured in the root directory of the snippets. - * Those will be included no matter which modules are being loaded.",__construct,test -AddGlobalHeadIncludesListener,onGlobalHtmlHeaderInclude,* @var \TPkgViewRendererSnippetDirectoryInterface,onGlobalHtmlHeaderInclude,test -AddJqueryIncludeListener,onGlobalHtmlHeaderInclude,"* @param HtmlIncludeEventInterface $event - * - * @return void",onGlobalHtmlHeaderInclude,test -AddModuleIncludesListener,__construct,* @var RequestInfoServiceInterface,__construct,test -AddModuleIncludesListener,onGlobalHtmlHeaderInclude,* @var \TModuleLoader,onGlobalHtmlHeaderInclude,test -AddModuleIncludesListener,onGlobalHtmlFooterInclude,* @var \TUserModuleLoader,onGlobalHtmlFooterInclude,test -AllowEmbeddingForDifferentDomainListener,__construct,* Allow the calling domain to see this page (e.g. in an iframe).,__construct,test -AllowEmbeddingForDifferentDomainListener,onKernelRequest,* @var CmsPortalDomainsDataAccessInterface,onKernelRequest,test -BackendBreadcrumbListener,__construct,* @var RequestStack,__construct,test -BackendBreadcrumbListener,onKernelRequest,* @var RequestInfoServiceInterface,onKernelRequest,test -CaseInsensitivePortalExceptionListener,__construct,* @var CmsPortalDomainsDataAccessInterface,__construct,test -CaseInsensitivePortalExceptionListener,onKernelException,"* Returns the path fragment between first and second slash (or everything after the first slash if there is no - * second one) - this might be a portal prefix. - * - * @param string $relativePath - * - * @return string|null",onKernelException,test -ChangeChameleonObjectsLocaleListener,__construct,* Class ChangeChameleonObjectsLocaleListener.,__construct,test -ChangeChameleonObjectsLocaleListener,onLocaleChangedEvent,* @var PortalDomainServiceInterface,onLocaleChangedEvent,test -CheckPortalDomainListener,__construct,* @var PortalDomainServiceInterface,__construct,test -CheckPortalDomainListener,onKernelRequest,* @var RequestInfoServiceInterface,onKernelRequest,test -CleanupBreadcrumbAfterDeleteListener,__construct,* @var BackendBreadcrumbServiceInterface,__construct,test -ClearRoutingCacheListener,__construct,* @var ChameleonBaseRouter,__construct,test -ClearRoutingCacheListener,clearRoutingCache,* @param ChameleonBaseRouter $router,clearRoutingCache,test -InitializeRequestListener,__construct,* @var RequestInitializer,__construct,test -InitializeRequestListener,onKernelRequest,* @var MaintenanceModeServiceInterface,onKernelRequest,test -mimics,__construct,"* Generates a new session ID after login. Note that this class mimics Symfony behavior in deleting session data - * immediately, contradicting the PHP docs (https://secure.php.net/manual/en/features.session.security.management.php).",__construct,test -mimics,migrateSession,* @var RequestStack,migrateSession,test -NoCacheForSecurePageListener,onChangeActivePage,"* Use a no-cache header for every secure page so that browser ""back"" does not get these pages from the cache. - * - * @see https://redmine.esono.de/issues/33950",onChangeActivePage,test -RedirectToSecurePageListener,__construct,* @var RequestStack,__construct,test -RedirectToSecurePageListener,onChangeActivePage,* @var UrlUtil,onChangeActivePage,test -RehashBackendUserPasswordListener,__construct,"* RehashBackendUserPasswordListener checks if the backend user's password needs to be re-hashed because and older - * hashing algorithm was still in use when the password was hashed. This listener can only be applied after a successful - * login, because only then will the plaintext password be available.",__construct,test -RehashBackendUserPasswordListener,rehashPassword,* @var InputFilterUtilInterface,rehashPassword,test -RequestTypeListener,__construct,* @var ContainerInterface,__construct,test -RequestTypeListener,onKernelRequest,* @var AbstractRequestType,onKernelRequest,test -RequestTypeListener,setContainer,* @var AbstractRequestType,setContainer,test -TemplateEngineAccessListener,__construct,"* TemplateEngineAccessListener checks if the current user has access to the template engine, which is the case if the - * user is logged in to the backend. In the past, this check was performed quite early in the request processing, but - * now we can check only after the session was started in the InitializeRequestListener.",__construct,test -TemplateEngineAccessListener,onKernelRequest,* @return void,onKernelRequest,test -FieldTreeNodePortalSelect,GetHTML,"* Allows the selection of only the portal root tree nodes (level 1 of tree). - * - * {@inheritdoc}",GetHTML,test -ClassFromTableFieldProvider,__construct,* @var DataAccessClassFromTableFieldProviderInterface,__construct,test -ClassFromTableFieldProvider,getFieldClassNameFromTableField,* {@inheritdoc},getFieldClassNameFromTableField,test -ClassFromTableFieldProvider,getDictionaryFromTableField,* {@inheritdoc},getDictionaryFromTableField,test -information,getFieldClassNameFromTableField,* Retrieves class information from table field data.,getFieldClassNameFromTableField,test -information,getDictionaryFromTableField,"* Resolves the name of a responsible TCMSField* class from a supplied table and field name. - * - * @param string $tableField Field/Table identifier (in the form of ""`table_name`.`field_name`""). - * - * @return string|null Field type class name - * - * @throws DataAccessException - * @throws \InvalidArgumentException",getDictionaryFromTableField,test -ClassFromTableFieldProviderRequestLevelCacheDecorator,__construct,* @var ClassFromTableFieldProviderInterface,__construct,test -ClassFromTableFieldProviderRequestLevelCacheDecorator,getFieldClassNameFromTableField,* @var array,getFieldClassNameFromTableField,test -ClassFromTableFieldProviderRequestLevelCacheDecorator,getDictionaryFromTableField,* @var array,getDictionaryFromTableField,test -chameleon,boot,* @var int,boot,test -ActiveCmsUserPermission,hasPermissionToExportTranslationDatabase,* @return bool,hasPermissionToExportTranslationDatabase,test -TranslationExporterJSON,__construct,* @var TranslatorBagInterface,__construct,test -TranslationExporterJSON,export,"* @param string $locale - * @param string $domain - * - * @return string",export,test -JsTranslationController,__construct,* @var TranslationDomainExportInterface,__construct,test -JsTranslationController,__invoke,* @var ActiveCmsUserPermissionInterface,__invoke,test -,hasPermissionToExportTranslationDatabase,* @return bool,hasPermissionToExportTranslationDatabase,test -,export,"* @param string $locale - * @param string $domain - * - * @return string",export,test -,addMessage,"* @param string $consumer - * @param string $code - * @param array $parameter - * - * @return void",addMessage,test -,consumeMessages,"* @param string $consumer - * @param bool $remove - * @param bool $includeGlobal - * - * @return TIterator",consumeMessages,test -,renderMessages,"* @param string $sConsumerName - * @param string|null $sViewName - * @param string|null $sViewType - * @param array $aCallTimeVars - * @param bool $bRemove - * - * @return string",renderMessages,test -,clearMessages,"* @param string|null $sConsumerName - * - * @return void",clearMessages,test -,consumerHasMessages,"* @param string $sConsumerName - * @param bool $includeGlobal - * - * @return bool",consumerHasMessages,test -,consumerMessageCount,"* @param string $sConsumerName - * @param bool $includeGlobal - * - * @return int",consumerMessageCount,test -,totalMessageCount,* @return int,totalMessageCount,test -,injectMessageIntoString,"* @param string $sText - * - * @return string",injectMessageIntoString,test -,getConsumerListWithMessages,* @return string[],getConsumerListWithMessages,test -,getClassesForConsumer,"* @param string $sConsumerName - * @param string $sDivider - * - * @return string",getClassesForConsumer,test -,addBackendToasterMessage,"* @param string $id - * @param string $type - * @param array $parameters - * @param string $domain - * - * @return void",addBackendToasterMessage,test -,findUnusedId,"* @param string $tableName - * @return string - * @throws GuidCreationFailedException",findUnusedId,test -,getStandaloneMediaManagerUrl,* Provide URLs to media manager.,getStandaloneMediaManagerUrl,test -,openStandaloneMediaManagerInNewWindow,"* Get URL to open the media manager. - * - * @return string",openStandaloneMediaManagerInNewWindow,test -,getUrlToPickImage,"* Return true if media manager should be opened in new window. - * - * @return bool",getUrlToPickImage,test -,getUrlToPickImageForWysiwyg,"* Return URL to media manager for picking images. - * - * @param string $javaScriptCallbackFunctionName - * @param bool $canUseCrop - * @param string|null $imageFieldName - legacy - * @param string|null $tableId - legacy - * @param string|null $recordId - legacy - * @param int $position - legacy - * - * @return string",getUrlToPickImageForWysiwyg,test -,IsAllowed,"* Checks if system is allowed to use resource collection. - * Was used to disable resource collection in template engine. - * - * @return bool",IsAllowed,test -,CollectExternalResources,"* Combine multiple resource files into one file. - * - * @param string $pageContent - * - * @return string - the processed page content",CollectExternalResources,test -,getUnixTimestamp,"* @param \DateTimeZone|null $timeZone - will use the systems current timezone if null is passed - * - * @return \DateTime",getUnixTimestamp,test -,transform,"* Returns an alternative email address for the passed email address (this may be the same one). - * - * @param string $mail - * - * @return string",transform,test -,transformSubject,"* Returns a modified email subject. - * - * @param string $subject - * - * @return string",transformSubject,test -Migrator,migrate,"* @param string $version - * - * @return void",migrate,test -,migrate,"* MigratorInterface is a common interface for migration helper classes. Migrators should only (!) be used to simplify - * migration to newer Chameleon versions at an early stage of migrating, when the Symfony service container cannot be - * built yet.",migrate,test -ComposerData,__construct,* @var string,__construct,test -ComposerData,getFilePath,* @var array,getFilePath,test -ComposerData,getData,"* @param string $filePath - * @param array $data",getData,test -ComposerData,setData,* @return string,setData,test -ComposerJsonModifier,getComposerData,"* ComposerJsonModifier A simple tool for modifying composer.json files. - * Note that this file is for internal use only. No backwards compatibility promises are made for this class.",getComposerData,test -ComposerJsonModifier,saveComposerFile,"* @param string $path - * - * @return ComposerData",saveComposerFile,test -ComposerJsonModifier,addAutoloadClassmap,"* @param ComposerData $composerData - * - * @return void",addAutoloadClassmap,test -ComposerJsonModifier,addRequire,"* @param ComposerData $composerData - * @param array $newElements - * - * @return void",addRequire,test -ComposerJsonModifier,addRequireDev,"* @param ComposerData $composerData - * @param array $newElements - * - * @return void",addRequireDev,test -ComposerJsonModifier,addSuggest,"* @param ComposerData $composerData - * @param array $newElements - * - * @return void",addSuggest,test -ComposerJsonModifier,addScripts,"* @param ComposerData $composerData - * @param array $newElements - * - * @return void",addScripts,test -ComposerJsonModifier,addConfig,"* @param ComposerData $composerData - * @param array $newElements - * - * @return void",addConfig,test -ComposerJsonModifier,addExtra,"* @param ComposerData $composerData - * @param array $newElements - * - * @return void",addExtra,test -ComposerJsonModifier,removeRequire,"* @param ComposerData $composerData - * @param array $newElements - * - * @return void",removeRequire,test -ComposerJsonModifier,removeRequireDev,"* @param ComposerData $composerData - * @param string $section - * @param array $newElements - * @param bool $forceUpdate - * - * @return void",removeRequireDev,test -ComposerJsonModifier,removeSuggest,"* @param ComposerData $composerData - * @param array $elementsToRemove - * - * @return void",removeSuggest,test -ComposerJsonModifier,removeScripts,"* @param ComposerData $composerData - * @param array $elementsToRemove - * - * @return void",removeScripts,test -ComposerJsonModifier,removeConfig,"* @param ComposerData $composerData - * @param array $elementsToRemove - * - * @return void",removeConfig,test -ComposerJsonModifier,removeExtra,"* @param ComposerData $composerData - * @param array $elementsToRemove - * - * @return void",removeExtra,test -ComposerJsonModifier,addPostInstallCommands,"* @param ComposerData $composerData - * @param array $elementsToRemove - * - * @return void",addPostInstallCommands,test -ComposerJsonModifier,addPostUpdateCommands,"* @param ComposerData $composerData - * @param array $elementsToRemove - * - * @return void",addPostUpdateCommands,test -ComposerJsonModifier,removePostInstallCommands,"* @param ComposerData $composerData - * @param string $section - * @param array $elementsToRemove - * - * @return void",removePostInstallCommands,test -ComposerJsonModifier,removePostUpdateCommands,"* @param ComposerData $composerData - * @param array $elementsToAdd - * - * @return void",removePostUpdateCommands,test -ComposerJsonModifier,addKey,"* @param ComposerData $composerData - * @param array $elementsToAdd - * - * @return void",addKey,test -ComposerJsonModifier,removeKey,"* @param ComposerData $composerData - * @param string $commandType - * @param array $elementsToAdd - * - * @return void",removeKey,test -ComposerJsonModifier,removeRepository,"* @param ComposerData $composerData - * @param array $elementsToRemove - * - * @return void",removeRepository,test -MaintenanceModeService,__construct,* @var Connection,__construct,test -MaintenanceModeService,isActive,* @var CacheInterface,isActive,test -MaintenanceModeService,activate,* @throws MaintenanceModeErrorException,activate,test -MaintenanceModeService,deactivate,* @throws MaintenanceModeErrorException,deactivate,test -,isActive,* @throws MaintenanceModeErrorException,isActive,test -,activate,* @throws MaintenanceModeErrorException,activate,test -Migrator62,__construct,* @var string,__construct,test -Migrator62,migrate,* @return void,migrate,test -MapperLoader,__construct,* @var ServiceLocator,__construct,test -MapperLoader,getMapper,* {@inheritdoc},getMapper,test -name,getMapper,* MapperLoaderInterface defines a services that loads mapper instances.,getMapper,test -ModuleExecutionStrategyInline,execute,* {@inheritdoc},execute,test -,execute,"* ModuleExecutionStrategyInterface defines a common interface for different strategies on how to load modules (i.e. - * call TModelBase::__invoke()).",execute,test -ModuleExecutionStrategySubRequest,__construct,* @var CacheInterface,__construct,test -ModuleExecutionStrategySubRequest,execute,* @var KernelInterface,execute,test -ModuleResolver,__construct,* @var ContainerInterface,__construct,test -ModuleResolver,getModule,* {@inheritdoc},getModule,test -ModuleResolver,hasModule,* {@inheritdoc},hasModule,test -,getModule,"* @param string $name - * - * @return \TModelBase|null",getModule,test -,hasModule,"* @param string $name - * - * @return bool",hasModule,test -TCMSModelBase,ExecuteAjaxCall,"* returns true if the module may add its url to the history object. - * - * @return bool",ExecuteAjaxCall,test -TCMSModelBase,Execute,"* checks if the call was made via ajax. - * - * @return bool",Execute,test -TCMSModelBase,GetHtmlHeadIncludes,* {@inheritdoc},GetHtmlHeadIncludes,test -TGlobal,GetWebuserLoginData,"* call it to find out if we are in the cms or on the webpage. - * - * @return bool",GetWebuserLoginData,test -TGlobal,GetUserData,"* Translates the given message. - * - * @param string $id The message id (may also be an object that can be cast to string) - * @param array $parameters An array of parameters for the message - * @param string|null $domain The domain for the message or null to use the default - * @param string|null $locale The locale or null to use the default - * - * @throws InvalidArgumentException If the locale contains invalid characters - * - * @return string The translated string - * - * @deprecated deprecated since 6.1.0 - please use the ""translator"" service",GetUserData,test -TGlobal,GetLanguageIdList,"* returns the value of variable $name or if missing the whole array filtered by $excludeArray - * the data is unfiltered. - * - * @param string $name - * @param array $excludeArray - * @param string $sFilterClass - form: classname;path;type|classname;path;type - * - * @return mixed - string or array - * - * @deprecated since 6.2.0 - use InputFilterUtilInterface::getFiltered*Input() instead.",GetLanguageIdList,test -provides,__construct,"* all global classes used in the framework (ie. for both the cms and the user - * side) should inherit from this. this class provides the basic functionality - * such as class factory, get/post filtering, etc. - * -/*",__construct,test -provides,__get,"* holds the state of portal based class transformation. - * - * @var bool",__get,test -provides,SetExecutingModulePointer,"* URL path to backend http resources. - * - * @var string",SetExecutingModulePointer,test -provides,GetExecutingModulePointer,"* a copy of all rewrite parameter - these parameters will be excluded from the GetRealURL request (since they are part of the url anyway). - * - * @var array",GetExecutingModulePointer,test -provides,GetLanguageIdList,"* used to cache any data that may be needed globally - * (like a list of portals, etc). - * - * @var array",GetLanguageIdList,test -provides,UserDataExists,"* holds the current executing module object. - * - * @var TModelBase",UserDataExists,test -provides,GetUserData,"* config class of the HTMLPurifier XSS filter. - * - * @var HTMLPurifier_Config",GetUserData,test -provides,GetRawUserData,@var RequestStack,GetRawUserData,test -provides,SetUserData,* @var InputFilterUtilInterface,SetUserData,test -provides,SetPurifierConfig,* @var KernelInterface,SetPurifierConfig,test -provides,OutputUserData,"* needs to be overwritten in the child class. should return a pointer to - * an instance of the child global class. - * - * @return TGlobalBase - * - * @deprecated Use \ChameleonSystem\CoreBundle\ServiceLocator::get('chameleon_system_core.global') instead",OutputUserData,test -provides,getModuleRootPath,"* called by the controller to set the pointer to the currently executing module instance. - * - * @param TModelBase $oExecutingModuleObject",getModuleRootPath,test -provides,_GetPagedefRootPath,"* return pointer to the currently executing module object. - * - * @return TModelBase",_GetPagedefRootPath,test -provides,GetPortals,"* return a pointer to the controller running the show. - * - * @return ChameleonControllerInterface - * - * @deprecated Use \ChameleonSystem\CoreBundle\ServiceLocator::get('chameleon_system_core.chameleon_controller') instead",GetPortals,test -provides,SetRewriteParameter,"* returns the base URL of the current backend theme - * uses GetStaticURL to return optional static domain. - * - * @return string",SetRewriteParameter,test -provides,GetRewriteParameter,"* returns the static path to the given file in the blackbox directory. - * - * @param string $sFilePath - the relative url of the file in relation to the blackbox directory - * @param bool $bForceNonSSL - used to force urls to non SSL - * - * @return string",GetRewriteParameter,test -provides,__call,* @return string[]|string,__call,test -provides,isFrontendJSDisabled,"* @param string $sURL - * - * @return string",isFrontendJSDisabled,test -provides,__sleep,"* returns the config constant URL_STATIC or ""/"" if SSL is active - * overwrite this method if you use a Content Delivery Network and need different - * URLs for different content types (images from CDN, JS library from code.google.com, CSS from local) - * you can check the path or file type to solve this. - * - * @param string $sFilePath - the relative url to get a static server - * @param bool $bForceNonSSL - used to force urls to non SSL - * - * @return string",__sleep,test -TModelBase,setController,"* the view template path to load (without .view.php ending). - * - * @var string",setController,test -TModelBase,__wakeup,"* array of module configuration data from pagedef. - * - * @var array",__wakeup,test -TModelBase,__sleep,"* name of the spot e.g. spota. - * - * @var string",__sleep,test -TModelBase,__construct,* @var bool,__construct,test -TModelBase,__get,"* the data that will be available to module template views. - * - * @var array",__get,test -TModelBase,__set,"* pointer to the controller. - * - * @var ChameleonControllerInterface - * - * @deprecated Don't use this controller. Retrieve it through \ChameleonSystem\CoreBundle\ServiceLocator::get('chameleon_system_core.chameleon_controller') instead",__set,test -TModelBase,__isset,* @var $bool,__isset,test -TModelBase,Init,"* An array of all methods from the class which may be called via http requests. - * - * @var array",Init,test -TModelBase,Execute,"* this is set automatically when the class is restored from session. - * - * @var bool",Execute,test -TModelBase,AllowAccessWithoutAuthenticityToken,"* if this is true (and config enables automatically wrapping of div container for spots) - * the module loader will generate a div with id=""spotname"" and class=""moduleclass moduleview"" - * by default its false - you can overwrite this explicit for each module you need. - * - * @var bool",AllowAccessWithoutAuthenticityToken,test -TModelBase,ExecuteAjaxCall,"* this array is filled in TModuleLoader if the module was loaded from cache - * if it is null, you should call $this->_GetCacheTableInfos(). - * - * @var array - null by default",ExecuteAjaxCall,test -TModelBase,GetHtmlHeadIncludes,"* @param ChameleonControllerInterface $controller - * - * @deprecated Don't use this controller. Retrieve it through \ChameleonSystem\CoreBundle\ServiceLocator::get('chameleon_system_core.chameleon_controller') instead",GetHtmlHeadIncludes,test -TModelBase,GetHtmlFooterIncludes,"* returns true if the class is currently waking up from the session. - * - * @return bool",GetHtmlFooterIncludes,test -TModelBase,_CallMethod,"* @param string $name - * - * @return object",_CallMethod,test -TModelBase,_GetModuleRootPath,"* @param string $name - * @param mixed $value",_GetModuleRootPath,test -TModelBase,GetPostRenderVariables,"* Called before any external functions get called, but after the constructor. - * @return void",GetPostRenderVariables,test -TModelBase,_AllowCache,"* this function should fill the data array and return a pointer to it - * (pointer because it may contain objects). - * - * @deprecated - use a mapper instead (see getMapper) - * - * @return array",_AllowCache,test -TModelBase,_GetCacheParameters,"* return true if the method is white-listed for access without Authenticity token. Note: you will still need - * to define the permitted methods via DefineInterface. - * - * @param string $sMethodName - * - * @return bool",_GetCacheParameters,test -TModelBase,_GetCacheTableInfos,* @return void,_GetCacheTableInfos,test -TModelBase,IsHTMLDivWrappingAllowed,"* Run a method within the module, but as an ajax call (no module will be used - * and the function will output jason encoded data). The method assumes that - * the name of the function that you want to execute is in the parameter _fnc. - * Also note that the function being called needs to be included in $this->methodCallAllowed - * You can control how the data will be encoded using the sOutputMode.",IsHTMLDivWrappingAllowed,test -TModelBase,InjectVirtualModuleSpots,"* returns an array holding the required style, js, and other info for the - * module that needs to be loaded in the document head. each include should - * be one element of the array, and should be formated exactly as it would - * by another module that requires the same data (so it is not loaded twice). - * the function will be called for every module on the page AUTOMATICALLY by - * the controller (the controller will replace the tag """" with - * the results). - * - * @return string[]",InjectVirtualModuleSpots,test -TModelBase,__invoke,"* returns an array holding the required js, html snippets, and other info for the - * module that needs to be loaded in the document footer (before the ending Tag). - * Each include should be one element of the array, and should be formated exactly as it - * would by another module that requires the same data (so it is not loaded twice). - * the function will be called for every module on the page AUTOMATICALLY by - * the controller (the controller will replace the tag """" with - * the results). - * - * @return string[]",__invoke,test -TModelBase,__toString,"* sends module output as plaintext - * it`s possible to set a callback function via GET/POST 'callback' as wrapper. - * - * @param string $content - * @param bool $bPreventPreOutputInjection - disable the pre output variable injection (messages, vars, authenticity token...)",__toString,test -TModuleLoader,__construct,"* loads CMS backend modules. -/*",__construct,test -TModuleLoader,getModuleCacheKeyDetails,* @var TModelBase[],getModuleCacheKeyDetails,test -TModuleLoader,getModuleCacheTriggerDetails,* @var ChameleonControllerInterface,getModuleCacheTriggerDetails,test -TModuleLoader,allowCacheForModule,* @var bool,allowCacheForModule,test -TModuleLoader,SetEnableAutoFlush,* @var array,SetEnableAutoFlush,test -TModuleLoader,LoadModules,* @var RequestStack,LoadModules,test -TModuleLoader,InitModules,* @var ModuleResolverInterface,InitModules,test -TModuleLoader,GetPermittedFunctions,* @var CacheInterface,GetPermittedFunctions,test -TModuleLoader,GetHtmlHeadIncludes,* @var IViewPathManager,GetHtmlHeadIncludes,test -TModuleLoader,GetHtmlFooterIncludes,* @var TGlobalBase,GetHtmlFooterIncludes,test -TModuleLoader,hasModule,* @var ModuleExecutionStrategyInterface,hasModule,test -TModuleLoader,GetModule,* @var RequestInfoServiceInterface,GetModule,test -TModuleLoader,getModuleESIPath,"* @param string $sSpotName - * - * @return mixed|null",getModuleESIPath,test -TModuleLoader,CallModuleFunction,"* @param string $sSpotName - * - * @return mixed|null",CallModuleFunction,test -TModuleLoader,CallPublicModuleFunction,"* @param string $sSpotName - * - * @return mixed|bool",CallPublicModuleFunction,test -TModuleLoader,GetPointerToModule,* @param bool $bEnableAutoFlush,GetPointerToModule,test -TModuleLoader,GetModulesOfType,"* creates and stores all models listed by name in the moduleList parameter. - * For each model it sets the view also passed via the moduleList parameter. - * - * @param array $moduleList - * @param string|null $templateLanguage",GetModulesOfType,test -TModuleLoader,setController,"* create an instance of the requested Module and initialize it using the config data. - * - * @param string $name name of the module ""spot"" (name from the pagedef) - * @param array $config - * @param string|null $templateLanguage - * - * @return TModelBase",setController,test -TUserCustomModelBaseCore,GenerateModuleNavigation,"* add your custom methods as array to $this->methodCallAllowed here - * to allow them to be called from web. - * - * @return void",GenerateModuleNavigation,test -TUserModelBaseCore,__sleep,"* all user modules need to be derived from this class, or one of its children. -/*",__sleep,test -TUserModelBaseCore,Execute,"* holds the instance id of the module (points to a record in the table cms_tpl_module_instance). - * - * @var string|null",Execute,test -TUserModelBaseCore,_GetCacheParameters,"* holds the language shortname of the template (example: de, en, ...). - * - * @var string|null",_GetCacheParameters,test -TUserModelBaseCore,SetCacheTableInfos,"* @return array",SetCacheTableInfos,test -,GetSeoPattern,"* Get SEO pattern of actual Item. $sPatternIn will be modified (replaced) by - * configured item pattern. - * - * Object of type TCMSRenderSeoPattern will take the $sPatternIn and replace - * them with the placeholder values from return array. - * - * Format of $sPatternIn placeholder values is [{PLACEHOLDER_NAME}]. - * - * Try: [{SHOW}] to display all avalible replacement values. - * - * @param string $sPatternIn SEO Pattern - * - * @return array Replacement values array - * - * @see TCMSRenderSeoPattern",GetSeoPattern,test -TCMRenderMediaTreeSelectBox,GetTreeOptions,"* if set to true, the class should show only folders writable to the user - * how this is implemented is decided by extensions of this cllas. - * - * @var bool",GetTreeOptions,test -TCMRenderMediaTreeSelectBox,AddTree,"* render selectbox for the tree. - * - * @param int $selectedID - * @param bool $bShowOnlyWritableFolders - * - * @return string",AddTree,test -TCMSMail,setTools,* a mail wrapper to send mails using the template engine.,setTools,test -TCMSMail,SetSubject,* @var string|null,SetSubject,test -TCMSMail,SetTemplates,* @var string|null,SetTemplates,test -TCMSMail,SetObjectTemplate,* @var string|null,SetObjectTemplate,test -TCMSMail,SetPackageObjectTemplate,* @var array,SetPackageObjectTemplate,test -TCMSMail,Send,* @var int,Send,test -TCMSMail,SetFromData,* @var string,SetFromData,test -TCMSMail,setTransformationService,* @var TTools,setTransformationService,test -TCMSMail,setMailPeerSecurity,* @var HttpsContextInterface,setMailPeerSecurity,test -TCMSMail,setSmtpHost,* @var TransformOutgoingMailTargetsServiceInterface,setSmtpHost,test -TCMSMail,setSmtpUser,* @var string,setSmtpUser,test -TCMSMail,setSmtpPassword,* @var int,setSmtpPassword,test -TCMSMailToLog,Send,"* processes the email templates and starts sending the email. - * - * @param array $aData - assoc array of variables that will be replaced in templates - * - * @return bool",Send,test -TCMSPageBreadcrumb,NodeInBreadcrumb,"* holds a breadcrumb to a page. - * - * @extends TIterator",NodeInBreadcrumb,test -TCMSPageBreadcrumb,GetPathString,"* set to true if the breadcrumb is the primary breadcrumb. - * - * @var bool",GetPathString,test -TCMSPageDefinitionFile,Create,"* read and write page definition files. - * - * @deprecated - but used in the backend in the moment -/*",Create,test -TCMSPageDefinitionFile,Load,"* name of the Template (shown to the user). - * - * @var string",Load,test -TCMSPageDefinitionFile,UpdateModule,"* a short text describing the layout to the user. - * - * @var string",UpdateModule,test -TCMSPageDefinitionFile,Save,"* the language code of the layout (iso6391 - see table cms_language). - * - * @var string",Save,test -TCMSPageDefinitionFile,GetModuleList,"* if the page makes use of a master pagedef file, then this var holds the master pagedef name - * with no extension. example: layout (not layout.pagedef.php). - * - * @var string",GetModuleList,test -TCMSPageDefinitionFile,GetLayoutFile,"* name of the layout to use (if a masterpagedef is given, then the layout from the master - * is used). - * example: layout (not layout.layout.php). - * - * @var string",GetLayoutFile,test -TCMSPageDefinitionFile,LoadMasterPageDefVars,"* array of the modules. form: - * 'spotname'=>array(''=>'',...),'spot2'=>array(''=>'',...),... - * - * @var array",LoadMasterPageDefVars,test -TCMSRenderDocumentTreeSelectBox,GetTreeOptions,"* @param string|null $selectedID - * - * @return string",GetTreeOptions,test -TCMSRenderDocumentTreeSelectBox,RenderDocumentTree,"* renders one tree level as