| Current Path : /var/www/libraries/rokcommon/RokCommon/Form/ |
| Current File : /var/www/libraries/rokcommon/RokCommon/Form/IField.php |
<?php
/**
* @version $Id: IField.php 10831 2013-05-29 19:32:17Z btowles $
* @author RocketTheme http://www.rockettheme.com
* @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
* @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
*/
interface RokCommon_Form_IField extends RokCommon_Form_IItem
{
/**
* Method to get the field name used.
*
* @param string $fieldName The field element name.
*
* @return string The field name
*
* @since 11.1
*/
public function getFieldName($fieldName);
}