Back to Document class

Method getGenerator

public string
getGenerator
()
Returns the document generator
Returns
  • string
Since
  • 1.7.0
Class: Document
Project: Joomla

Method getGenerator - Source code

/**
 * Returns the document generator
 *
 * @return  string
 *
 * @since   1.7.0
 */
public function getGenerator()
{
    return $this->_generator;
}