Back to Document class

Method _getLineEnd

public string
_getLineEnd
()
Returns the lineEnd
Returns
  • string
Since
  • 1.7.0
Class: Document
Project: Joomla

Method _getLineEnd - Source code

/**
 * Returns the lineEnd
 *
 * @return  string
 *
 * @since   1.7.0
 */
public function _getLineEnd()
{
    return $this->_lineEnd;
}