Back to SpacerField class

Method getTitle

protected string
getTitle
()
Method to get the field title.
Returns
  • string The field title.
Since
  • 1.7.0
Class: SpacerField
Project: Joomla

Method getTitle - Source code

/**
 * Method to get the field title.
 *
 * @return  string  The field title.
 *
 * @since   1.7.0
 */
protected function getTitle()
{
    return $this->getLabel();
}