This class handles all the data you can get from the api Configuration
Methods | ||
---|---|---|
public
|
__construct(array $cnf = null)
|
# |
public
|
setAPIKey(string $apikey)
|
# |
public
|
setLang(string $lang)
|
# |
public
|
setTimeZone(string $timezone)
|
# |
public
|
setAdult(boolean $adult)
|
# |
public
|
setDebug(boolean $debug)
|
# |
public
|
setAppender(array $appender, string $type)
|
# |
public
|
getAPIKey(): string
|
# |
public
|
getLang(): string
|
# |
public
|
getTimeZone(): string
|
# |
public
|
getAdult(): string
|
# |
public
|
getDebug(): boolean
|
# |
public
|
getAppender($type): array
|
# |