Exemplo n.º 1
0
 function __construct()
 {
     parent::__construct();
     $this->entity = 'Security\\MySecurityBundle\\Entity\\Permission';
     $this->name = "Permiso";
     $this->rootNode = "Todos los permisos";
 }
Exemplo n.º 2
0
 function __construct()
 {
     parent::__construct();
     $this->entity = 'Security\\MySecurityBundle\\Entity\\Permission';
     $this->name = "Permiso";
     $this->rootNode = "Todos los permisos";
     $this->setCheck(true);
     $this->setPortlet(false);
 }