Back to RangeField class

Method getInput

protected string
getInput
()
Method to get the field input markup.
Returns
  • string The field input markup.
Since
  • 3.2
Class: RangeField
Project: Joomla

Method getInput - Source code

/**
 * Method to get the field input markup.
 *
 * @return  string  The field input markup.
 *
 * @since   3.2
 */
protected function getInput()
{
    return $this->getRenderer($this->layout)->render($this->getLayoutData());
}