Documentation

Weather extends Module
in package

Weather helper. Helps with Gryphon compatibility.

Weather plugin simply requires a config line in ceo-site.php under client.zip.

Table of Contents

$currently  : mixed
__call()  : mixed
__construct()  : mixed
__get()  : mixed
__isset()  : mixed
__toString()  : mixed
loadWeather()  : mixed

Properties

$currently

private mixed $currently = false

Methods

__call()

public __call(mixed $k, mixed $v) : mixed
Parameters
$k : mixed
$v : mixed
Return values
mixed

__construct()

public __construct() : mixed
Return values
mixed

__get()

public __get(mixed $k) : mixed
Parameters
$k : mixed
Return values
mixed

__isset()

public __isset(mixed $k) : mixed
Parameters
$k : mixed
Return values
mixed

__toString()

public __toString() : mixed
Return values
mixed

loadWeather()

public loadWeather() : mixed
Return values
mixed

Search results