Back to Dispatcher class

Method getApplication

protected \Joomla\CMS\Application\CMSApplicationInterface
getApplication
()
The application the dispatcher is working with.
Returns
  • \Joomla\CMS\Application\CMSApplicationInterface
Since
  • 4.0.0
Class: Dispatcher
Project: Joomla

Method getApplication - Source code

/**
 * The application the dispatcher is working with.
 *
 * @return  CMSApplicationInterface
 *
 * @since   4.0.0
 */
protected function getApplication() : CMSApplicationInterface
{
    return $this->app;
}