Back to CliApplication class

Method getConfig

public \Joomla\Registry\Registry
getConfig
()
Retrieve the application configuration object.
Returns
  • \Joomla\Registry\Registry
Since
  • 4.0.0

Method getConfig - Source code

/**
 * Retrieve the application configuration object.
 *
 * @return  Registry
 *
 * @since   4.0.0
 */
public function getConfig()
{
    return $this->config;
}