b0y-101 Mini Shell


Current Path : E:/www/instructor/teacher16/libraries/rokcommon/RokCommon/Form/
File Upload :
Current File : E:/www/instructor/teacher16/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 - 2016 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);


}

Copyright © 2019 by b0y-101