Back to MenuRules class

Method __construct

public
__construct
(\Joomla\CMS\Component\Router\RouterView $router)
Class constructor.
Parameters
  • \Joomla\CMS\Component\Router\RouterView $router Router this rule belongs to
Since
  • 3.4
Class: MenuRules
Project: Joomla

Method __construct - Source code

/**
 * Class constructor.
 *
 * @param   RouterView  $router  Router this rule belongs to
 *
 * @since   3.4
 */
public function __construct(RouterView $router)
{
    $this->router = $router;
    $this->buildLookup();
}