class Volcano (View source)

Methods

storeChart( Chart $chart)

Stores a chart in the volcano datastore.

getChart( string $type, string $label)

Retrieves a chart from the volcano datastore.

bool
checkChart( string $type, string $label)

Simple true/false test if a chart exists.

Details

at line 38
storeChart( Chart $chart)

Stores a chart in the volcano datastore.

Parameters

Chart $chart Chart to store in the volcano.

Exceptions

InvalidLabel

at line 54
Chart getChart( string $type, string $label)

Retrieves a chart from the volcano datastore.

Parameters

string $type Type of chart to store.
string $label Identifying label for the chart.

Return Value

Chart

Exceptions

ChartNotFound

at line 71
bool checkChart( string $type, string $label)

Simple true/false test if a chart exists.

Parameters

string $type Type of chart to store.
string $label Identifying label of a chart to check.

Return Value

bool