Back to Component class

Method __construct

public
__construct
(\Joomla\CMS\Dispatcher\ComponentDispatcherFactoryInterface $dispatcherFactory)
Component constructor.
Parameters
  • \Joomla\CMS\Dispatcher\ComponentDispatcherFactoryInterface $dispatcherFactory The dispatcher factory
Since
  • 4.0.0
Class: Component
Project: Joomla

Method __construct - Source code

/**
 * Component constructor.
 *
 * @param   ComponentDispatcherFactoryInterface  $dispatcherFactory  The dispatcher factory
 *
 * @since   4.0.0
 */
public function __construct(ComponentDispatcherFactoryInterface $dispatcherFactory)
{
    $this->dispatcherFactory = $dispatcherFactory;
}