Skip to content

Instantly share code, notes, and snippets.

@Audax23
Audax23 / README.md
Created September 30, 2025 14:42 — forked from hofmannsven/README.md
Git CLI Cheatsheet
@Audax23
Audax23 / Builder.php
Last active August 28, 2015 07:56 — forked from Gregoire-M/Builder.php
Modified menu template to handle submenus
<?php
namespace Linkofy\CommonBundle\Menu;
use Knp\Menu\FactoryInterface;
use Symfony\Component\DependencyInjection\ContainerAware;
class Builder extends ContainerAware
{
public function mainMenu(FactoryInterface $factory, array $options)