/**
  * Constructor.
  */
 function __construct()
 {
     parent::__construct();
     $this->addRoleAssignment(ROLE_ID_MANAGER, array('tools', 'statistics', 'importexport'));
 }
Exemplo n.º 2
0
 /**
  * Constructor.
  */
 function __construct()
 {
     parent::__construct();
     $this->addRoleAssignment(ROLE_ID_MANAGER, array('categories', 'series', 'settings', 'access', 'press', 'website', 'publication', 'distribution'));
 }
Exemplo n.º 3
0
 /**
  * Constructor.
  */
 function __construct()
 {
     parent::__construct();
     $this->addRoleAssignment(ROLE_ID_MANAGER, array('settings', 'publication', 'distribution'));
 }