Elgg\Menu\Service::__construct PHP Method

__construct() public method

Constructor
public __construct ( PluginHooksService $hooks, Config $config )
$hooks Elgg\PluginHooksService Plugin hooks
$config Elgg\Config Elgg config
    public function __construct(PluginHooksService $hooks, Config $config)
    {
        $this->hooks = $hooks;
        $this->config = $config;
    }