Back to Document class

Method getDirection

public string
getDirection
()
Returns the document direction declaration.
Returns
  • string
Since
  • 1.7.0
Class: Document
Project: Joomla

Method getDirection - Source code

/**
 * Returns the document direction declaration.
 *
 * @return  string
 *
 * @since   1.7.0
 */
public function getDirection()
{
    return $this->direction;
}