API17:JDocument::setLineEnd
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JDocument::setLineEnd
Description
Sets the line end style to Windows, Mac, Unix or a custom string.
Description:JDocument::setLineEnd [Edit Descripton]
public function setLineEnd ($style)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $style | string | "win", "mac", "unix" or custom string. |
- Returns void
- Defined on line 666 of libraries/joomla/document/document.php
See also
-
JDocument::setLineEnd source code on BitBucket
-
Class JDocument
-
Subpackage Document
- Other versions of JDocument::setLineEnd
SeeAlso:JDocument::setLineEnd [Edit See Also]
User contributed notes
<CodeExamplesForm />
