BeforePermissionSetSave: Difference between revisions
From LimeSurvey Manual
DenisChenu (talk | contribs) Undo revision 63525 by DenisChenu (talk) |
DenisChenu (talk | contribs) Undo revision 63524 by DenisChenu (talk) |
||
Line 1: | Line 1: | ||
'''When''' | '''When''' | ||
This event is fired when | This event is fired when permission is saved via the admin GUI. | ||
'''Input''' | '''Input''' | ||
Line 9: | Line 7: | ||
The event receives the following information: | The event receives the following information: | ||
* '' | * ''aNewPermissions'' The array of new permission | ||
* '' | * ''iSurveyID'' The entity id, 0 for global | ||
* ''iUserID'' The user id | |||
'''Possible output''' | '''Possible output''' | ||
* | * none | ||
[[Category:Plugins events]] | [[Category:Plugins events]] |
Revision as of 17:30, 9 October 2014
When
This event is fired when permission is saved via the admin GUI.
Input
The event receives the following information:
- aNewPermissions The array of new permission
- iSurveyID The entity id, 0 for global
- iUserID The user id
Possible output
- none