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 Configuration
-
- Fully qualified name
-
\Elias
Haeussler\ Typo3Warming\ Configuration\ Configuration
API to access all available extension configuration options.
- getLimit ( )
-
Get the configured crawler limit.
- returntype
-
int
- getCrawler ( )
-
Get the configured crawler class.
- returntype
-
class-string<EliasHaeusslerCacheWarmupCrawlerCrawlerInterface>
- getCrawlerOptions ( )
-
Get the configured crawler options.
- returntype
-
array
- getVerboseCrawler ( )
-
Get the configured verbose crawler class.
- returntype
-
class-string<EliasHaeusslerCacheWarmupCrawlerVerboseCrawlerInterface>
- getVerboseCrawlerOptions ( )
-
Get the configured verbose crawler options.
- returntype
-
array