Methods Summary |
public
|
#
__construct( $cnf )
Construct Class
@param array $cnf An array with the configuration data
|
public
|
#
setAPIKey( $apikey )
Set the API Key
@param string $apikey
|
public
|
#
setLang( $lang )
Set the language code
@param string $lang
|
public
|
#
setTimeZone( $timezone )
Set the timezone
@param string $timezone
|
public
|
#
setAdult( $adult )
Set the adult flag
@param boolean $adult
|
public
|
#
setDebug( $debug )
Set the debug flag
@param boolean $debug
|
public
|
#
setAppender( string $appender , $type )
Set an appender for a special type
@param array $appender
|
public
|
|
public
|
#
getLang( )
Get the language code
@return string
|
public
|
|
public
|
#
getAdult( )
Get the adult string
@return string
|
public
|
#
getDebug( )
Get the debug flag
@return boolean
|
public
|
#
getAppender( $type )
Get the appender array for a type
@return array
|