Back to SpacerField class

Method getInput

protected string
getInput
()
Method to get the field input markup for a spacer.
Returns
  • string The field input markup.
Since
  • 1.7.0
Class: SpacerField
Project: Joomla

Method getInput - Source code

/**
 * Method to get the field input markup for a spacer.
 * The spacer does not have accept input.
 *
 * @return  string  The field input markup.
 *
 * @since   1.7.0
 */
protected function getInput()
{
    return ' ';
}