Пример #1
0
 /**
  * Configure plugin environment
  * @param array $parameters An associative array with the parameters
  * @return Rsc_Environment
  */
 public function configure(array $parameters)
 {
     $this->config->merge($parameters);
     $this->config = apply_filters(sprintf('%s_after_configure', $this->pluginName), $this->config, $this);
     return $this;
 }