10 defined(
'JPATH_PLATFORM') or die;
58 $this->options = isset($options) ? $options :
new JRegistry;
73 public function data($name, $options = null, $auth = null)
75 if ($this->options && !$options)
77 $options = $this->options;
79 if ($this->auth && !$auth)
112 public function embed($name, $options = null)
114 if ($this->options && !$options)
116 $options = $this->options;
140 public function getOption($key)
142 return $this->options->get($key);
155 public function setOption($key, $value)
157 $this->options->set($key, $value);