Home
last modified time | relevance | path

Searched refs:recipeName (Results 1 – 1 of 1) sorted by relevance

/plugin/rrdgraph/
H A Dhelper.php83 public function __construct($pluginName, $pageId, $recipeName) { argument
86 parent::__construct($pluginName, $pageId, $recipeName, ".rrd");
264 * @param String $recipeName Name of the recipe to store.
267 public function storeRecipe($pageId, $recipeName, $recipeData) { argument
269 $cache = new cache_rrdgraph($this->getPluginName(), $pageId, $recipeName);
272 $this->localRecipeCache[$pageId . "/" . $recipeName] = $recipeData;
279 * @param String $recipeName Name of the recipe to load.
282 public function fetchRecipe($pageId, $recipeName) { argument
283 if (! isset($this->localRecipeCache[$pageId . "/" . $recipeName])) {
297 …ty($this->localRecipeCache[$pageId . "/" . $recipeName])) $this->localRecipeCache[$pageId . "/" . …
[all …]