Back to LegacyComponentDispatcher class

Method __construct

public
__construct
(\Joomla\CMS\Application\CMSApplication $app)
Constructor for Dispatcher
Parameters
  • \Joomla\CMS\Application\CMSApplication $app The application instance
Since
  • 4.0.0

Method __construct - Source code

/**
 * Constructor for Dispatcher
 *
 * @param   CMSApplication  $app  The application instance
 *
 * @since   4.0.0
 */
public function __construct(CMSApplication $app)
{
    $this->app = $app;
}