JDocument:: getLineEnd: Difference between revisions
From Joomla! Documentation
Bulk upload by Doxiki2 |
m preparing for archive only |
||
| (5 intermediate revisions by 2 users not shown) | |||
| Line 4: | Line 4: | ||
Returns the lineEnd. | Returns the lineEnd. | ||
===Synopsis=== | ===Synopsis=== | ||
<source lang="php"> | <source lang="php"> | ||
public | public JDocument::_getLineEnd () | ||
</source> | </source> | ||
===Returns=== | ===Returns=== | ||
string | string | ||
===Defined in=== | ===Defined in=== | ||
libraries/joomla/document/document.php | libraries/joomla/document/document.php (line 733) | ||
* see source code in [[jplatform:document/document.php#cl-733|BitBucket]] | |||
===Referenced by=== | ===Referenced by=== | ||
===See also=== | ===See also=== | ||
* [[API17:JDocument|JDocument]] | |||
* [[API17:JDocument::_getLineEnd|Other versions of this method]] | |||
* [[JDocument::_getLineEnd|Other versions of this method]] | |||
===Examples=== | ===Examples=== | ||
=== Code Examples === | |||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=JDocument::_getLineEnd | category=JDocument::_getLineEnd | ||
namespace=CodeExample | |||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category: | <noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude> | ||
Latest revision as of 02:51, 25 March 2017
JDocument::_getLineEnd
Description
Returns the lineEnd.
Synopsis
public JDocument::_getLineEnd ()
Returns
string
Defined in
libraries/joomla/document/document.php (line 733)
- see source code in BitBucket
Referenced by
See also
Examples
Code Examples