Sitemap¶
- Wozu die Extension?
- Installation
- Screenshots
- Use Cases & Examples
- Side-by-Side
- Helpers Index- Arrays- \nn\t3::Arrays()- Overview of Methods- \nn\t3::Arrays()->first();
- \nn\t3::Arrays()->intExplode($delimiter = ',');
- \nn\t3::Arrays()->key($key = 'uid', $value = false);
- \nn\t3::Arrays()->merge();
- \nn\t3::Arrays()->pluck($keys = NULL, $isSingleObject = false);
- \nn\t3::Arrays()->removeEmpty();
- \nn\t3::Arrays()->toArray();
- \nn\t3::Arrays()->trimExplode($delimiter = ',', $removeEmpty = true);
 
 
- Overview of Methods
 
- \nn\t3::Arrays()
- BackendUser
- Cache- \nn\t3::Cache()- Overview of Methods- \nn\t3::Cache()->clear();
- \nn\t3::Cache()->clearPageCache($pid = NULL);
- \nn\t3::Cache()->get($identifier = '', $useRamCache = false);
- \nn\t3::Cache()->getIdentifier($identifier = NULL);
- \nn\t3::Cache()->read($identifier);
- \nn\t3::Cache()->set($identifier = '', $data = NULL, $useRamCache = false);
- \nn\t3::Cache()->write($identifier, $cache);
 
 
- Overview of Methods
 
- \nn\t3::Cache()
- Content- \nn\t3::Content()- Overview of Methods- \nn\t3::Content()->addRelations($data = []);
- \nn\t3::Content()->column($colPos, $pageUid = NULL, $slide = NULL);
- \nn\t3::Content()->columnData($colPos, $addRelations = false, $pageUid = NULL);
- \nn\t3::Content()->get($ttContentUid = NULL, $getRelations = false);
- \nn\t3::Content()->render($ttContentUid = NULL, $data = []);
 
- \nn\t3::Content()->addRelations(
 
- Overview of Methods
 
- \nn\t3::Content()
- Convert- \nn\t3::Convert()- Overview of Methods- \nn\t3::Convert()->toArray($obj = NULL, $depth = 3);
- \nn\t3::Convert()->toBytes();
- \nn\t3::Convert()->toFileReference();
- \nn\t3::Convert()->toIso();
- \nn\t3::Convert()->toJson($obj = NULL, $depth = 3);
- \nn\t3::Convert()->toModel($className = NULL, $parentModel = NULL);
- \nn\t3::Convert()->toObjectStorage($obj = NULL, $childType = NULL);
- \nn\t3::Convert()->toRGB();
- \nn\t3::Convert()->toSysCategories();
- \nn\t3::Convert()->toUTF8();
 
- \nn\t3::Convert()->toArray(
 
- Overview of Methods
 
- \nn\t3::Convert()
- Db- \nn\t3::Db()- Overview of Methods- \nn\t3::Db()->debug($query = NULL, $return = false);
- \nn\t3::Db()->delete($table = '', $constraint = [], $reallyDelete = false);
- \nn\t3::Db()->filterDataForTable($data = [], $table = '');
- \nn\t3::Db()->findAll($table = '', $ignoreEnableFields = false);
- \nn\t3::Db()->findByUid($table = '', $uid = NULL, $ignoreEnableFields = false);
- \nn\t3::Db()->findByUids($table = '', $uids = NULL, $ignoreEnableFields = false);
- \nn\t3::Db()->findByValues($table = NULL, $whereArr = [], $useLogicalOr = false, $ignoreEnableFields = false);
- \nn\t3::Db()->findOneByValues($table = NULL, $whereArr = [], $useLogicalOr = false, $ignoreEnableFields = false);
- \nn\t3::Db()->get($uid, $modelType = '', $ignoreEnableFields = false);
- \nn\t3::Db()->getColumn($table = '', $colName = '', $useSchemaManager = false);
- \nn\t3::Db()->getColumnLabel($column = '', $table = '');
- \nn\t3::Db()->getColumns($table = '', $useSchemaManager = false);
- \nn\t3::Db()->getColumnsByType($table = '', $colType = '', $useSchemaManager = false);
- \nn\t3::Db()->getConnection();
- \nn\t3::Db()->getDeleteColumn($table = '');
- \nn\t3::Db()->getQueryBuilder($table = '');
- \nn\t3::Db()->getRepositoryForModel($className = NULL);
- \nn\t3::Db()->getTableNameForModel($className = NULL);
- \nn\t3::Db()->ignoreEnableFields($queryOrRepository, $ignoreStoragePid = true, $ignoreHidden = false, $ignoreDeleted = false, $ignoreStartEnd = false);
- \nn\t3::Db()->insert($tableNameOrModel = '', $data = []);
- \nn\t3::Db()->orderBy($queryOrRepository, $ordering = []);
- \nn\t3::Db()->persistAll();
- \nn\t3::Db()->quote($str = '');
- \nn\t3::Db()->setFalConstraint($queryBuilder = NULL, $tableName = '', $falFieldName = '', $numFal = true, $operator = false);
- \nn\t3::Db()->setNotInSysCategoryConstraint($queryBuilder = NULL, $sysCategoryUids = [], $tableName = '', $categoryFieldName = 'categories');
- \nn\t3::Db()->setSysCategoryConstraint($queryBuilder = NULL, $sysCategoryUids = [], $tableName = '', $categoryFieldName = 'categories', $useNotIn = false);
- \nn\t3::Db()->sortBy($objectArray, $fieldName = 'uid', $uidList = []);
- \nn\t3::Db()->statement($statement = '', $params = []);
- \nn\t3::Db()->tableExists($table = '');
- \nn\t3::Db()->truncate($table = '');
- \nn\t3::Db()->undelete($table = '', $constraint = []);
- \nn\t3::Db()->update($tableNameOrModel = '', $data = [], $uid = NULL);
 
- \nn\t3::Db()->debug(
 
- Overview of Methods
 
- \nn\t3::Db()
- Dom
- Encrypt- \nn\t3::Encrypt()- Overview of Methods- \nn\t3::Encrypt()->checkPassword($password = '', $passwordHash = NULL);
- \nn\t3::Encrypt()->createJwtSignature($header = [], $payload = []);
- \nn\t3::Encrypt()->decode($data = '');
- \nn\t3::Encrypt()->encode($data = '');
- \nn\t3::Encrypt()->getHashInstance($passwordHash = '', $loginType = 'FE');
- \nn\t3::Encrypt()->getSaltingKey();
- \nn\t3::Encrypt()->hash($string = '');
- \nn\t3::Encrypt()->hashNeedsUpdate($passwordHash = '', $loginType = 'FE');
- \nn\t3::Encrypt()->hashSessionId($sessionId = NULL);
- \nn\t3::Encrypt()->jwt($payload = []);
- \nn\t3::Encrypt()->parseJwt($token = '');
- \nn\t3::Encrypt()->password($clearTextPassword = '', $context = 'FE');
 
- \nn\t3::Encrypt()->checkPassword(
 
- Overview of Methods
 
- \nn\t3::Encrypt()
- Environment- \nn\t3::Environment()- Overview of Methods- \nn\t3::Environment()->extLoaded($extName = '');
- \nn\t3::Environment()->extPath($extName = '');
- \nn\t3::Environment()->extRelPath($extName = '');
- \nn\t3::Environment()->getBaseURL();
- \nn\t3::Environment()->getCookieDomain($loginType = 'FE');
- \nn\t3::Environment()->getCountries($lang = 'de', $key = 'cn_iso_2');
- \nn\t3::Environment()->getCountryByIsocode($cn_iso_2 = NULL, $field = 'cn_iso_2');
- \nn\t3::Environment()->getDomain();
- \nn\t3::Environment()->getExtConf($ext = 'nnhelpers', $param = '');
- \nn\t3::Environment()->getLanguage();
- \nn\t3::Environment()->getLanguageKey();
- \nn\t3::Environment()->getLocalConf($path = '');
- \nn\t3::Environment()->getPathSite();
- \nn\t3::Environment()->getPostMaxSize();
- \nn\t3::Environment()->getRelPathSite();
- \nn\t3::Environment()->getSite($request = NULL);
- \nn\t3::Environment()->getVarPath();
- \nn\t3::Environment()->isBackend();
- \nn\t3::Environment()->isFrontend();
- \nn\t3::Environment()->isLocalhost();
- \nn\t3::Environment()->t3Version();
 
- \nn\t3::Environment()->extLoaded(
 
- Overview of Methods
 
- \nn\t3::Environment()
- Errors
- Fal- \nn\t3::Fal()- Overview of Methods- \nn\t3::Fal()->attach($model, $field, $itemData = NULL);
- \nn\t3::Fal()->clearCache($filenameOrSysFile = '');
- \nn\t3::Fal()->createFalFile($storageConfig, $srcFile, $keepSrcFile = false, $forceCreateNew = false);
- \nn\t3::Fal()->createForModel($model, $field, $itemData = NULL);
- \nn\t3::Fal()->createSysFile($file, $autoCreateStorage = true);
- \nn\t3::Fal()->deleteProcessedImages($sysFile = '');
- \nn\t3::Fal()->deleteSysFile($uidOrObject = NULL);
- \nn\t3::Fal()->deleteSysFileReference($uidOrFileReference = NULL);
- \nn\t3::Fal()->detach($model, $field, $obj = NULL);
- \nn\t3::Fal()->fileReferenceExists($sysFile = NULL, $params = []);
- \nn\t3::Fal()->fromFile($params = []);
- \nn\t3::Fal()->getFalFile($srcFile);
- \nn\t3::Fal()->getFileObjectFromCombinedIdentifier($file = '');
- \nn\t3::Fal()->getFilePath($falReference);
- \nn\t3::Fal()->getFileReferenceByUid($uid = NULL);
- \nn\t3::Fal()->getImage($src = NULL);
- \nn\t3::Fal()->process($fileObj = '', $processing = []);
- \nn\t3::Fal()->setInModel($model, $fieldName = '', $imagesToAdd = []);
- \nn\t3::Fal()->toArray($fileReference = NULL);
- \nn\t3::Fal()->unlink($uidOrObject = NULL);
- \nn\t3::Fal()->updateMetaData($filenameOrSysFile = '', $data = []);
 
- \nn\t3::Fal()->attach(
 
- Overview of Methods
 
- \nn\t3::Fal()
- File- \nn\t3::File()- Overview of Methods- \nn\t3::File()->absPath($file = NULL);
- \nn\t3::File()->absUrl($file = NULL);
- \nn\t3::File()->addPathSite($file);
- \nn\t3::File()->cleanFilename($filename = '');
- \nn\t3::File()->copy($src = NULL, $dest = NULL, $renameIfFileExists = true);
- \nn\t3::File()->createFolder($path = NULL);
- \nn\t3::File()->download($files = NULL, $filename = NULL);
- \nn\t3::File()->exists($src = NULL);
- \nn\t3::File()->extractExifData($filename = '');
- \nn\t3::File()->getData($file = '');
- \nn\t3::File()->getExifData($filename = '');
- \nn\t3::File()->getFolder($file);
- \nn\t3::File()->getImageData($filename = '');
- \nn\t3::File()->getImageSize($filename = '');
- \nn\t3::File()->getLocationData($filename = '');
- \nn\t3::File()->getPath($file, $storage = NULL, $absolute = true);
- \nn\t3::File()->getPublicUrl($obj = NULL, $absolute = false);
- \nn\t3::File()->getRelativePathInStorage($file, $storage = NULL);
- \nn\t3::File()->getStorage($file, $createIfNotExists = false);
- \nn\t3::File()->isAllowed($filename = NULL);
- \nn\t3::File()->isConvertableToImage($filename = NULL);
- \nn\t3::File()->isExternalVideo($url = NULL);
- \nn\t3::File()->isFolder($file);
- \nn\t3::File()->isForbidden($filename = NULL);
- \nn\t3::File()->isVideo($filename = NULL);
- \nn\t3::File()->mkdir($path = '');
- \nn\t3::File()->move($src = NULL, $dest = NULL);
- \nn\t3::File()->moveUploadedFile($src = NULL, $dest = NULL);
- \nn\t3::File()->normalizePath($path);
- \nn\t3::File()->process($fileObj = '', $processing = [], $returnProcessedImage = false);
- \nn\t3::File()->processImage($filenameOrSysFile = '', $processing = []);
- \nn\t3::File()->read($src = NULL);
- \nn\t3::File()->relPath($path = '');
- \nn\t3::File()->resolvePathPrefixes($file = NULL, $absolute = false);
- \nn\t3::File()->sendDownloadHeader($filename = '', $filesize = NULL);
- \nn\t3::File()->size($src = NULL);
- \nn\t3::File()->stripPathSite($file, $prefix = false);
- \nn\t3::File()->suffix($filename = NULL);
- \nn\t3::File()->type($filename = NULL);
- \nn\t3::File()->uniqueFilename($filename = '');
- \nn\t3::File()->unlink($file = NULL);
- \nn\t3::File()->write($path = NULL, $content = NULL);
 
- \nn\t3::File()->absPath(
 
- Overview of Methods
 
- \nn\t3::File()
- Flexform
- FrontendUser- \nn\t3::FrontendUser()- Overview of Methods- \nn\t3::FrontendUser()->get();
- \nn\t3::FrontendUser()->getAvailableUserGroups($returnRowData = false);
- \nn\t3::FrontendUser()->getCookieName();
- \nn\t3::FrontendUser()->getCurrentUser();
- \nn\t3::FrontendUser()->getCurrentUserGroups($returnRowData = false);
- \nn\t3::FrontendUser()->getCurrentUserUid();
- \nn\t3::FrontendUser()->getGroups($returnRowData = false);
- \nn\t3::FrontendUser()->getLanguage();
- \nn\t3::FrontendUser()->getSessionData($key = NULL);
- \nn\t3::FrontendUser()->getSessionId();
- \nn\t3::FrontendUser()->hasRole($roleUid);
- \nn\t3::FrontendUser()->isInUserGroup($feGroups = NULL);
- \nn\t3::FrontendUser()->isLoggedIn();
- \nn\t3::FrontendUser()->login($username, $password = NULL);
- \nn\t3::FrontendUser()->logout();
- \nn\t3::FrontendUser()->removeCookie();
- \nn\t3::FrontendUser()->resolveUserGroups($arr = [], $ignoreUids = []);
- \nn\t3::FrontendUser()->setCookie($sessionId = NULL, $request = NULL);
- \nn\t3::FrontendUser()->setPassword($feUserUid = NULL, $password = NULL);
- \nn\t3::FrontendUser()->setSessionData($key = NULL, $val = NULL, $merge = true);
 
 
- Overview of Methods
 
- \nn\t3::FrontendUser()
- FrontendUserAuthentication- \nn\t3::FrontendUserAuthentication()- Overview of Methods- \nn\t3::FrontendUserAuthentication()->login($username = '', $password = '', $startFeUserSession = true);
- \nn\t3::FrontendUserAuthentication()->loginBySessionId($sessionId = '');
- \nn\t3::FrontendUserAuthentication()->loginByUsername($username = '');
- \nn\t3::FrontendUserAuthentication()->loginField($value = NULL, $fieldName = 'uid');
- \nn\t3::FrontendUserAuthentication()->loginUid($uid = NULL);
- \nn\t3::FrontendUserAuthentication()->prepareSession($usernameOrUid = NULL, $unhashedSessionId = NULL);
- \nn\t3::FrontendUserAuthentication()->setPassword($feUserUid = NULL, $password = NULL);
 
- \nn\t3::FrontendUserAuthentication()->login(
 
- Overview of Methods
 
- \nn\t3::FrontendUserAuthentication()
- Geo
- Http
- LL
- Log
- Message- \nn\t3::Message()- Overview of Methods- \nn\t3::Message()->ERROR($title = '', $text = '');
- \nn\t3::Message()->OK($title = '', $text = '');
- \nn\t3::Message()->WARNING($title = '', $text = '');
- \nn\t3::Message()->flash($title = '', $text = '', $type = 'OK', $queueID = NULL);
- \nn\t3::Message()->flush($queueID = NULL);
- \nn\t3::Message()->render($queueID = NULL);
- \nn\t3::Message()->setId($name = NULL);
 
- \nn\t3::Message()->ERROR(
 
- Overview of Methods
 
- \nn\t3::Message()
- Obj- \nn\t3::Obj()- Overview of Methods- \nn\t3::Obj()->accessSingleProperty($obj, $key);
- \nn\t3::Obj()->diff($objA, $objB, $fieldsToIgnore = [], $fieldsToCompare = [], $options = []);
- \nn\t3::Obj()->forceArray($obj);
- \nn\t3::Obj()->get($obj, $key = '');
- \nn\t3::Obj()->getClassSchema($modelClassName = NULL);
- \nn\t3::Obj()->getKeys($obj);
- \nn\t3::Obj()->getMethodArguments($className = NULL, $methodName = NULL);
- \nn\t3::Obj()->getProps($obj, $key = 'type', $onlySettable = true);
- \nn\t3::Obj()->getSetableKeys($obj);
- \nn\t3::Obj()->getTableName($modelClassName = NULL);
- \nn\t3::Obj()->isFalFile($obj);
- \nn\t3::Obj()->isFile($obj);
- \nn\t3::Obj()->isFileReference($obj);
- \nn\t3::Obj()->isModel($obj);
- \nn\t3::Obj()->isSimpleType($type = '');
- \nn\t3::Obj()->isStorage($obj);
- \nn\t3::Obj()->isSysCategory($obj);
- \nn\t3::Obj()->merge($model = NULL, $overlay = NULL);
- \nn\t3::Obj()->parseType($paramType = '');
- \nn\t3::Obj()->prop($obj, $key);
- \nn\t3::Obj()->props($obj, $keys = []);
- \nn\t3::Obj()->set($obj, $key = '', $val = '', $useSetter = true);
- \nn\t3::Obj()->toArray($obj, $depth = 3, $fields = [], $addClass = false);
 
- \nn\t3::Obj()->accessSingleProperty(
 
- Overview of Methods
 
- \nn\t3::Obj()
- Page- \nn\t3::Page()- Overview of Methods- \nn\t3::Page()->addCssFile($path, $compress = false, $atTop = false, $wrap = false, $concat = false);
- \nn\t3::Page()->addCssLibrary($path, $compress = false, $atTop = false, $wrap = false, $concat = false);
- \nn\t3::Page()->addFooter($str = '');
- \nn\t3::Page()->addFooterData($html = '');
- \nn\t3::Page()->addHeader($str = '');
- \nn\t3::Page()->addHeaderData($html = '');
- \nn\t3::Page()->addJsFile($path, $compress = false, $atTop = false, $wrap = false, $concat = false);
- \nn\t3::Page()->addJsFooterFile($path, $compress = false, $atTop = false, $wrap = false, $concat = false);
- \nn\t3::Page()->addJsFooterLibrary($path, $compress = false, $atTop = false, $wrap = false, $concat = false);
- \nn\t3::Page()->addJsLibrary($path, $compress = false, $atTop = false, $wrap = false, $concat = false);
- \nn\t3::Page()->clearCache($pid = NULL);
- \nn\t3::Page()->get($uid = NULL);
- \nn\t3::Page()->getAbsLink($pidOrParams = NULL, $params = []);
- \nn\t3::Page()->getChildPids($parentPid = 0, $recursive = 999);
- \nn\t3::Page()->getData($pids = NULL);
- \nn\t3::Page()->getField($key, $slide = false, $override = '');
- \nn\t3::Page()->getLink($pidOrParams = NULL, $params = [], $absolute = false);
- \nn\t3::Page()->getPageRenderer();
- \nn\t3::Page()->getPid($fallback = NULL);
- \nn\t3::Page()->getPidFromRequest();
- \nn\t3::Page()->getRootline($pid = NULL);
- \nn\t3::Page()->getSiteRoot($returnAll = false);
- \nn\t3::Page()->getSubpages($pid = NULL, $includeHidden = false);
- \nn\t3::Page()->getTitle();
- \nn\t3::Page()->hasSubpages($pid = NULL);
- \nn\t3::Page()->setTitle($title = '');
 
- \nn\t3::Page()->addCssFile(
 
- Overview of Methods
 
- \nn\t3::Page()
- Registry- \nn\t3::Registry()- Overview of Methods- \nn\t3::Registry()->addPageConfig($str = '');
- \nn\t3::Registry()->clearCacheHook($classMethodPath = '');
- \nn\t3::Registry()->configurePlugin($vendorName = '', $pluginName = '', $cacheableActions = [], $uncacheableActions = []);
- \nn\t3::Registry()->flexform($vendorName = '', $pluginName = '', $path = '');
- \nn\t3::Registry()->fluidNamespace($referenceNames = [], $namespaces = []);
- \nn\t3::Registry()->get($extName = '', $path = '');
- \nn\t3::Registry()->getVendorExtensionName($combinedVendorPluginName = '');
- \nn\t3::Registry()->icon($identifier = '', $path = '');
- \nn\t3::Registry()->parseControllerActions($controllerActionList = []);
- \nn\t3::Registry()->plugin($vendorName = '', $pluginName = '', $title = '', $icon = '');
- \nn\t3::Registry()->rootLineFields($fields = [], $translate = true);
- \nn\t3::Registry()->set($extName = '', $path = '', $settings = []);
 
- \nn\t3::Registry()->addPageConfig(
 
- Overview of Methods
 
- \nn\t3::Registry()
- Request- \nn\t3::Request()- Overview of Methods- \nn\t3::Request()->GP($varName = NULL);
- \nn\t3::Request()->POST($url = '', $postData = [], $headers = []);
- \nn\t3::Request()->files($path = NULL, $forceArray = false);
- \nn\t3::Request()->getAuthorizationHeader();
- \nn\t3::Request()->getBasicAuth();
- \nn\t3::Request()->getBearerToken();
- \nn\t3::Request()->getJwt();
- \nn\t3::Request()->getUri($varName = NULL);
 
- \nn\t3::Request()->GP(
 
- Overview of Methods
 
- \nn\t3::Request()
- Settings- \nn\t3::Settings()- Overview of Methods- \nn\t3::Settings()->addPageConfig($str = '');
- \nn\t3::Settings()->get($extensionName = '', $path = '');
- \nn\t3::Settings()->getConstants($tsPath = '');
- \nn\t3::Settings()->getExtConf($extName = '');
- \nn\t3::Settings()->getFromPath($tsPath = '', $setup = NULL);
- \nn\t3::Settings()->getFullTyposcript($pid = NULL);
- \nn\t3::Settings()->getMergedSettings($extensionName = NULL, $ttContentUidOrSetupArray = []);
- \nn\t3::Settings()->getPageConfig($tsPath = '', $pid = NULL);
- \nn\t3::Settings()->getPlugin($extName = NULL);
- \nn\t3::Settings()->getSettings($extensionName = '', $path = '');
- \nn\t3::Settings()->getSiteConfig($request = NULL);
- \nn\t3::Settings()->getStoragePid($extName = NULL);
- \nn\t3::Settings()->getStoragePids($extName = NULL, $recursive = 0);
- \nn\t3::Settings()->getTyposcriptObject($pid = NULL);
- \nn\t3::Settings()->setExtConf($extName = '', $key = '', $value = '');
 
- \nn\t3::Settings()->addPageConfig(
 
- Overview of Methods
 
- \nn\t3::Settings()
- Slug
- Storage
- SysCategory
- TCA- \nn\t3::TCA()- Overview of Methods- \nn\t3::TCA()->addModuleOptionToPage($label, $identifier, $iconIdentifier = '');
- \nn\t3::TCA()->createConfig($tablename = '', $basics = [], $custom = []);
- \nn\t3::TCA()->getColorPickerTCAConfig();
- \nn\t3::TCA()->getColumn($tableName = '', $fieldName = '', $useSchemaManager = false);
- \nn\t3::TCA()->getColumns($tableName = '', $useSchemaManager = false);
- \nn\t3::TCA()->getConfig($path = '');
- \nn\t3::TCA()->getConfigForType($type = '', $override = []);
- \nn\t3::TCA()->getFalFields($tableName = '');
- \nn\t3::TCA()->getFileFieldTCAConfig($fieldName = 'media', $override = []);
- \nn\t3::TCA()->getRteTCAConfig();
- \nn\t3::TCA()->insertCountries($config, $a = NULL);
- \nn\t3::TCA()->insertFlexform($path);
- \nn\t3::TCA()->insertOptions($config, $a = NULL);
- \nn\t3::TCA()->setConfig($path = '', $override = []);
- \nn\t3::TCA()->setContentConfig($field = '', $override = [], $shortParams = NULL);
- \nn\t3::TCA()->setPagesConfig($field = '', $override = [], $shortParams = NULL);
 
- \nn\t3::TCA()->addModuleOptionToPage(
 
- Overview of Methods
 
- \nn\t3::TCA()
- Template- \nn\t3::Template()- Overview of Methods- \nn\t3::Template()->findTemplate($view = NULL, $templateName = '');
- \nn\t3::Template()->getVariables($view);
- \nn\t3::Template()->mergeTemplatePaths($defaultTemplatePaths = [], $additionalTemplatePaths = []);
- \nn\t3::Template()->removeControllerPath($view);
- \nn\t3::Template()->render($templateName = NULL, $vars = [], $templatePaths = []);
- \nn\t3::Template()->renderHtml($html = NULL, $vars = [], $templatePaths = []);
- \nn\t3::Template()->setTemplatePaths($view = NULL, $defaultTemplatePaths = [], $additionalTemplatePaths = []);
 
- \nn\t3::Template()->findTemplate(
 
- Overview of Methods
 
- \nn\t3::Template()
- Tsfe
- TypoScript
- Video
 
- Arrays
- ViewHelpers Index- abstract
- abstractTagBased
- content.column
- content.columnData
- contentElement
- die
- encrypt.hash
- file.absPath
- file.exists
- file.include
- flashMessages
- format.attrEncode
- format.code
- format.htmlToSphinx
- format.jsonEncode
- format.replace
- frontendUser.get
- link.cloneRecord
- link.deleteRecord
- link.editRecord
- link.hideRecord
- link.modifyRecord
- link.newRecord
- page.data
- page.title
- parse.flexForm
- parse.json
- parse.markdown
- translate
- ts.constants
- ts.extConf
- ts.page
- ts.setup
- uniqid
- uri.page
- video.embedUrl
- widget.accordion
 
- Additional Classes- AnnotationHelper
- DocumentationHelper- \nn\t3::DocumentationHelper()- Overview of Methods- \nn\t3::DocumentationHelper()->getClassNameFromFile($file);
- \nn\t3::DocumentationHelper()->getSourceCode($class, $method);
- \nn\t3::DocumentationHelper()->parseClass($className = '', $returnMethods = true);
- \nn\t3::DocumentationHelper()->parseFile($path = '', $returnMethods = true);
- \nn\t3::DocumentationHelper()->parseFolder($path = '', $options = []);
 
- \nn\t3::DocumentationHelper()->getClassNameFromFile(
 
- Overview of Methods
 
- \nn\t3::DocumentationHelper()
- ExtConfTemplateHelper
- JsonHelper
- MarkdownHelper
- TranslationHelper- \nn\t3::TranslationHelper()- Overview of Methods- \nn\t3::TranslationHelper()->createKeyHash($param = '');
- \nn\t3::TranslationHelper()->createTextHash($text = '');
- \nn\t3::TranslationHelper()->getEnableApi();
- \nn\t3::TranslationHelper()->getL18nFolderpath();
- \nn\t3::TranslationHelper()->getL18nPath();
- \nn\t3::TranslationHelper()->getMaxTranslations();
- \nn\t3::TranslationHelper()->getTargetLanguage();
- \nn\t3::TranslationHelper()->loadL18nData();
- \nn\t3::TranslationHelper()->saveL18nData($data = []);
- \nn\t3::TranslationHelper()->setEnableApi($enableApi);
- \nn\t3::TranslationHelper()->setL18nFolderpath($l18nFolderpath);
- \nn\t3::TranslationHelper()->setMaxTranslations($maxTranslations);
- \nn\t3::TranslationHelper()->setTargetLanguage($targetLanguage);
- \nn\t3::TranslationHelper()->translate($key, $text = '');
 
- \nn\t3::TranslationHelper()->createKeyHash(
 
- Overview of Methods
 
- \nn\t3::TranslationHelper()
 
- Bekannte Probleme
- Change log
- Sitemap