Home
last modified time | relevance | path

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

/plugin/rrdgraph/
Dhelper.php81 …* @param String $recipeName An identifier used to identify the cache recipe on the page provied by…
83 public function __construct($pluginName, $pageId, $recipeName) { argument
86 parent::__construct($pluginName, $pageId, $recipeName, ".rrd");
104 …* @param String $recipeName An identifier used to identify the cache recipe on the page provied by…
109 …public function __construct($pluginName, $pageId, $extension, $recipeName, $rangeNr, $conditions, … argument
113 …parent::__construct($pluginName, $pageId, $recipeName . '/' . $conditions . '/' . $rangeNr, "." . …
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;
[all …]