0byt3m1n1-V2
Path:
/
home
/
a
/
c
/
a
/
academiac
/
www
/
[
Home
]
File: csvivirtuemartproductcategories.php.tar
academiac/www/administrator/components/com_csvi/models/fields/csvivirtuemartproductcategories.php 0000604 00000002441 15146764502 0031006 0 ustar 00 home <?php /** * List the product categories * * @package CSVI * @author Roland Dalmulder * @link http://www.csvimproved.com * @copyright Copyright (C) 2006 - 2013 RolandD Cyber Produksi. All rights reserved. * @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html * @version $Id: csvivirtuemartproductcategories.php 2275 2013-01-03 21:08:43Z RolandD $ */ // Check to ensure this file is included in Joomla! defined('_JEXEC') or die('Restricted access'); jimport('joomla.form.helper'); JFormHelper::loadFieldClass('CsviForm'); /** * Select list form field with product categories * * @package CSVI */ class JFormFieldCsviVirtuemartProductCategories extends JFormFieldCsviForm { protected $type = 'CsviVirtuemartProductCategories'; /** * Specify the options to load * * @copyright * @author RolandD * @todo Set to use chosen language * @see * @access protected * @param * @return array an array of options * @since 4.0 */ protected function getOptions() { $this->options = array(); if (class_exists('com_virtuemart')) { $conf = JFactory::getConfig(); $lang = strtolower(str_replace('-', '_', $conf->get('language'))); $helper = new Com_VirtueMart(); $this->options = $helper->getCategoryTree($lang); } return $this->options; } } ?>
©
2018.