Skip to content

Instantly share code, notes, and snippets.

View jakubtro13's full-sized avatar

Trojanowski Jakub jakubtro13

  • BMPM
  • Marseille
  • 04:28 (UTC +02:00)
View GitHub Profile
@jakubtro13
jakubtro13 / MenuBuilder.php
Created September 8, 2017 08:13 — forked from nateevans/MenuBuilder.php
KNP Menu Bundle with Bootstrap 3 and Font Awesome 4 (see http://bit.ly/1sd1rJr , thanks to Niels Mouthaan!)
<?php
namespace Acme\HelloBundle\Menu;
use Knp\Menu\FactoryInterface;
use Symfony\Component\DependencyInjection\ContainerAware;
class MenuBuilder extends ContainerAware
{
public function mainMenu(FactoryInterface $factory, array $options)