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