/**
  * Constructor
  */
 function __construct()
 {
     parent::__construct();
     $this->addRoleAssignment(array(ROLE_ID_SITE_ADMIN), array('fetchGrid', 'fetchRow', 'installLocale', 'saveInstallLocale', 'uninstallLocale', 'downloadLocale', 'disableLocale', 'enableLocale', 'reloadLocale', 'setPrimaryLocale'));
 }
コード例 #2
0
 /**
  * Constructor
  */
 function __construct()
 {
     parent::__construct();
     $this->addRoleAssignment(array(ROLE_ID_MANAGER), array('saveLanguageSetting', 'setContextPrimaryLocale', 'fetchGrid', 'fetchRow'));
 }