Configuration API¶
In order to access the extension configuration, a slim PHP API exists. Each configuration option is accessible by an appropriate class method.
- class EliasHaeussler\Typo3Warming\Configuration\Configuration¶
API to access all available extension configuration options.
- getLimit()¶
Get the configured crawler limit.
- Return type
int
- getCrawler()¶
Get the configured crawler class.
- Return type
class-string
- getCrawlerOptions()¶
Get the configured crawler options.
- Return type
array
- getVerboseCrawler()¶
Get the configured verbose crawler class.
- Return type
class-string
- getVerboseCrawlerOptions()¶
Get the configured verbose crawler options.
- Return type
array
- getUserAgent()¶
Get the calculated user-agent.
- Return type
string
- getAll()¶
Get all extension configuration options of this extension.
- Return type
array