Skip to content

Instantly share code, notes, and snippets.

View XarusKX's full-sized avatar

ART XarusKX

View GitHub Profile
@XarusKX
XarusKX / MenuBuilder.php
Created July 19, 2017 07:17 — 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)