JDocument::setLineEnd
Sets the line end style to Windows, Mac, Unix or a custom string.
Signature
public function setLineEnd(string
$style )
Parameters
-
$style
- "win", "mac", "unix" or custom string.
Returns
- JDocument
- instance of $this to allow chaining