JDocument::setDirection
Sets the global document direction declaration. Default is left-to-right (ltr).
Signature
public function setDirection([string
$dir = "ltr"] )
Parameters
-
$dir
- The language direction to be set
Returns
- JDocument
- instance of $this to allow chaining