0byt3m1n1-V2
Path:
/
home
/
academiac
/
www
/
administrator
/
components
/
com_csvi
/
models
/
fields
/
[
Home
]
File: csviform.php
<?php /** * Form override class * * @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: csviform.php 2275 2013-01-03 21:08:43Z RolandD $ */ // Check to ensure this file is included in Joomla! defined('_JEXEC') or die('Restricted access'); JFormHelper::loadFieldClass('list'); /** * Form override class * * @package CSVI */ abstract class JFormFieldCsviForm extends JFormFieldList { protected $type = 'CsviForm'; } ?>
©
2018.