function getInput() { $app = new JElementK2Category(); return $app->fetchElement($this->name, $this->value, $this->element, $this->options['control']); }
function getInput() { return JElementK2Category::fetchElement($this->name, $this->value, $this->element, $this->options['control']); }