Exemplo n.º 1
0
 function getInput()
 {
     $app = new JElementK2Category();
     return $app->fetchElement($this->name, $this->value, $this->element, $this->options['control']);
 }
Exemplo n.º 2
0
 function getInput()
 {
     return JElementK2Category::fetchElement($this->name, $this->value, $this->element, $this->options['control']);
 }