Back to JsonDocument class

Method getName

public string
getName
()
Returns the document name
Returns
  • string
Since
  • 1.7.0
Class: JsonDocument
Project: Joomla

Method getName - Source code

/**
 * Returns the document name
 *
 * @return  string
 *
 * @since  1.7.0
 */
public function getName()
{
    return $this->_name;
}