mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-18 00:09:06 +01:00
Wording
This commit is contained in:
parent
a21b40d706
commit
312b3dfb11
5 changed files with 8 additions and 8 deletions
|
@ -84,9 +84,9 @@ class LSattr_html_select_list extends LSattr_html{
|
|||
/**
|
||||
* Retourne un tableau des valeurs possibles de la liste
|
||||
*
|
||||
* @param[in] $options Attribute options (optinal)
|
||||
* @param[in] $options Attribute options (optional)
|
||||
* @param[in] $name Attribute name (optional)
|
||||
* @param[in] &$ldapObject Related LSldapObject (optinal)
|
||||
* @param[in] &$ldapObject Related LSldapObject (optional)
|
||||
*
|
||||
* @author Benjamin Renard <brenard@easter-eggs.com>
|
||||
*
|
||||
|
|
|
@ -858,7 +858,7 @@ function cli_generate_lang_file($command_args) {
|
|||
*
|
||||
* @param[in] $comp_words array List of already typed words of the command
|
||||
* @param[in] $comp_word_num int The command word number to autocomplete
|
||||
* @param[in] $comp_word string The command word to autocomplete state
|
||||
* @param[in] $comp_word string The command word to autocomplete
|
||||
* @param[in] $opts array List of global available options
|
||||
*
|
||||
* @retval array List of available options for the word to autocomplete
|
||||
|
|
|
@ -1950,7 +1950,7 @@ class LSldapObject extends LSlog_staticLoggerClass {
|
|||
*
|
||||
* @param[in] $command_args array List of already typed words of the command
|
||||
* @param[in] $comp_word_num int The command word number to autocomplete
|
||||
* @param[in] $comp_word string The command word to autocomplete state
|
||||
* @param[in] $comp_word string The command word to autocomplete
|
||||
* @param[in] $opts array List of global available options
|
||||
*
|
||||
* @retval array List of available options for the word to autocomplete
|
||||
|
@ -2168,7 +2168,7 @@ class LSldapObject extends LSlog_staticLoggerClass {
|
|||
*
|
||||
* @param[in] $command_args array List of already typed words of the command
|
||||
* @param[in] $comp_word_num int The command word number to autocomplete
|
||||
* @param[in] $comp_word string The command word to autocomplete state
|
||||
* @param[in] $comp_word string The command word to autocomplete
|
||||
* @param[in] $opts array List of global available options
|
||||
*
|
||||
* @retval array List of available options for the word to autocomplete
|
||||
|
@ -2590,7 +2590,7 @@ class LSldapObject extends LSlog_staticLoggerClass {
|
|||
*
|
||||
* @param[in] $command_args array List of already typed words of the command
|
||||
* @param[in] $comp_word_num int The command word number to autocomplete
|
||||
* @param[in] $comp_word string The command word to autocomplete state
|
||||
* @param[in] $comp_word string The command word to autocomplete
|
||||
* @param[in] $opts array List of global available options
|
||||
*
|
||||
* @retval array List of available options for the word to autocomplete
|
||||
|
|
|
@ -157,7 +157,7 @@ class LSlog {
|
|||
/**
|
||||
* Set log level
|
||||
*
|
||||
* @param[in] $level string|null The log level (optinal, default: from configuration or 'WARNING')
|
||||
* @param[in] $level string|null The log level (optional, default: from configuration or 'WARNING')
|
||||
*
|
||||
* @retval boolean True if log level set, false otherwise
|
||||
**/
|
||||
|
|
|
@ -1529,7 +1529,7 @@ class LSsearch {
|
|||
*
|
||||
* @param[in] $command_args array List of already typed words of the command
|
||||
* @param[in] $comp_word_num int The command word number to autocomplete
|
||||
* @param[in] $comp_word string The command word to autocomplete state
|
||||
* @param[in] $comp_word string The command word to autocomplete
|
||||
* @param[in] $opts array List of global available options
|
||||
*
|
||||
* @retval array List of available options for the word to autocomplete
|
||||
|
|
Loading…
Reference in a new issue