The trait Cdf\BiCoreBundle\Control...CoreCrudControllerTrait requires the property $request which is not provided by Cdf\BiCoreBundle\Controller\FiController.
Loading history...
14
15
protected $bundle;
16
protected $template;
17
protected $controller;
18
protected $permessi;
19
20
17
public function __construct(PermessiManager $permessi, EngineInterface $template)
21
{
22
17
$matches = array();
23
17
$controllo = new ReflectionClass(get_class($this));