| 1 | <?php |
||
| 20 | class NavComponentTwigExtension extends AbstractComponentTwigExtension { |
||
| 21 | |||
| 22 | /** |
||
| 23 | * Service name. |
||
| 24 | * |
||
| 25 | * @var string |
||
| 26 | */ |
||
| 27 | const SERVICE_NAME = "webeweb.bootstrapbundle.twig.extension.component.nav"; |
||
| 28 | |||
| 29 | /** |
||
| 30 | * Constructor. |
||
| 31 | */ |
||
| 32 | public function __construct() { |
||
| 35 | |||
| 36 | } |
||
| 37 |