Home
last modified time | relevance | path

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

/plugin/siteexport/
H A Dcron.php39 $this->configuration[$this->cronJobNameForParameters($parameters)] = $parameters;
47 unset($this->configuration[$this->cronJobNameForParameters($parameters)]);
190 return array_key_exists($this->cronJobNameForParameters($parameters), $this->configuration);
197 public function cronJobNameForParameters($parameters) function in cron_plugin_siteexport