OU_EDIT
Interfaces, Classes, Traits and Enums
- toolOUEditor
- OU editor
Table of Contents
- refreshOus() : void
- Refreshes the possible OUs.
- display_main() : void
- Displays the main page of the OU editor
Functions
refreshOus()
Refreshes the possible OUs.
refreshOus(array<string, array<string, string>> &$optionsToInsert, array<string, array<string, string>> &$optionsToDelete) : void
Parameters
- $optionsToInsert : array<string, array<string, string>>
-
OUs that can be used for adding
- $optionsToDelete : array<string, array<string, string>>
-
OUs that can be deleted
Return values
void —display_main()
Displays the main page of the OU editor
display_main(string|null $message, string|null $error, array<string, array<string, string>> $optionsToInsert, array<string, array<string, string>> $optionsToDelete) : void
Parameters
- $message : string|null
-
info message
- $error : string|null
-
error message
- $optionsToInsert : array<string, array<string, string>>
-
options where new OU can be inserted
- $optionsToDelete : array<string, array<string, string>>
-
OUs that can be deleted