Lines Matching refs:pluginName
25 private $pluginName; variable in cache_rrdgraphbase
29 …* @param String $pluginName The name of the plugin. This can be retrieved by getPluginName() and m…
34 public function __construct($pluginName, $pageId, $key, $ext) { argument
36 $this->pluginName = $pluginName;
54 … $dependencies = p_get_metadata($this->pageId, 'plugin_' . $this->pluginName . ' dependencies');
79 …* @param String $pluginName The name of the plugin. This can be retrieved by getPluginName() and m…
83 public function __construct($pluginName, $pageId, $recipeName) { argument
84 $this->pluginName = $pluginName;
86 parent::__construct($pluginName, $pageId, $recipeName, ".rrd");
101 …* @param String $pluginName The name of the plugin. This can be retrieved by getPluginName() and m…
109 …public function __construct($pluginName, $pageId, $extension, $recipeName, $rangeNr, $conditions, … argument
113 …parent::__construct($pluginName, $pageId, $recipeName . '/' . $conditions . '/' . $rangeNr, "." . …