1 <?php 
declare(strict_types
=1); 
   4  * This file is part of the Rapsys TreeBundle package. 
   6  * (c) Raphaël Gertz <symfony@rapsys.eu> 
   8  * For the full copyright and license information, please view the LICENSE 
   9  * file that was distributed with this source code. 
  12 namespace Rapsys\TreeBundle\Controller
; 
  14 use Symfony\Bundle\FrameworkBundle\Controller\AbstractController
; 
  19 class TreeController 
extends AbstractController 
{ 
  21          * Creates a new tree controller 
  23         function __construct() {