Class Graphite_Graph_Generators
Utility for target generators.
Generators produce source data for a series.
- Bryan Davis <bd808@bd808.com>
| Copyright: | 2012 Bryan Davis and contributors. All Rights Reserved. |
| Link: | http://readthedocs.org/docs/graphite/en/latest/functions.html |
| License: | Simplified BSD License |
Member Variables
| protected static mixed |
$aliases
Function name aliases. |
| protected static array |
$generators
Data generation functions. These are similar to the normal manipulation functions but differ in that they generate a base series rather than manipulating an existing series or combination of series. |
Method Summary
| public static Graphite_Graph_CallSpec |
callSpec(
$name
)
Get the call specification for a generator. |
| public static string |
canonicalName(
$name
)
Find the canonical name for a generator. |
Methods
callSpec
static Graphite_Graph_CallSpec
callSpec(
string
$name
)
Get the call specification for a generator.
Parameters:
| Name | Type | Description |
|---|---|---|
$name |
string | Generator name |
canonicalName
static string
canonicalName(
string
$name
)
Find the canonical name for a generator.
The value may be an alias or it may differ in case from the true name.
Parameters:
| Name | Type | Description |
|---|---|---|
$name |
string | Generator to lookup |
Located in /src/Graphite/Graph/Generators.php [line 22]