コード例 #1
0
ファイル: k2category.php プロジェクト: naquib555/quBitolgy
 function getInput()
 {
     $app = new JElementK2Category();
     return $app->fetchElement($this->name, $this->value, $this->element, $this->options['control']);
 }
コード例 #2
0
ファイル: k2category.php プロジェクト: naquib555/quBitolgy
 function getInput()
 {
     return JElementK2Category::fetchElement($this->name, $this->value, $this->element, $this->options['control']);
 }