first commit

This commit is contained in:
Sven Wappler
2021-04-17 21:20:54 +02:00
parent c93ec9492a
commit cadcc8edb4
406 changed files with 4917 additions and 5157 deletions

View File

@@ -24,10 +24,10 @@ class TypoScript implements SingletonInterface
* Language usage may be disabled to get the default TypoScript
* configuration.
*
* @param int $pageId Id of the (root) page to get the Solr configuration from.
* @param int $pageId Id of the (root) page to get the Meilisearch configuration from.
* @param string $path The TypoScript configuration path to retrieve.
* @param int $language System language uid, optional, defaults to 0
* @return TypoScriptConfiguration The Solr configuration for the requested tree.
* @return TypoScriptConfiguration The Meilisearch configuration for the requested tree.
*/
public function getConfigurationFromPageId($pageId, $path, $language = 0)
{
@@ -83,7 +83,7 @@ class TypoScript implements SingletonInterface
}
/**
* builds an configuration array, containing the solr configuration.
* builds an configuration array, containing the meilisearch configuration.
*
* @param integer $pageId
* @param string $path