Skip to content
Snippets Groups Projects
Commit 14690cb9 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Doxygen

parent 4f36d348
No related branches found
No related tags found
No related merge requests found
......@@ -49,12 +49,13 @@ class FormAdmin
/**
* Output list with available languages
*
* @deprecated Use select_language instead
* @param selected Langue pre-selectionnee
* @param htmlname Nom de la zone select
* @param showauto Affiche choix auto
* @param filter Array of keys to exclude in list
* @param showempty Add empty value
* @param string $selected Langue pre-selectionnee
* @param string $htmlname Nom de la zone select
* @param int $showauto Affiche choix auto
* @param int $filter Array of keys to exclude in list
* @param int $showempty Add empty value
* @return void
* @deprecated Use select_language instead
*/
function select_lang($selected='',$htmlname='lang_id',$showauto=0,$filter=0,$showempty=0)
{
......@@ -126,12 +127,14 @@ class FormAdmin
/**
* Return list of available menus (eldy_backoffice, ...)
* @param selected Preselected menu value
* @param htmlname Name of html select
* @param dirmenu Directory to scan or array of directories to scan
* @param moreattrib More attributes on html select tag
*
* @param string $selected Preselected menu value
* @param string $htmlname Name of html select
* @param string $dirmenu Directory to scan or array of directories to scan
* @param string $moreattrib More attributes on html select tag
* @return void
*/
function select_menu($selected='', $htmlname, $dirmenu, $moreattrib='')
function select_menu($selected, $htmlname, $dirmenu, $moreattrib='')
{
global $langs,$conf;
......@@ -210,8 +213,9 @@ class FormAdmin
* @param string $selected Menu pre-selected
* @param string $htmlname Name of html select
* @param string $dirmenuarray Directories to scan
* @return void
*/
function select_menu_families($selected='',$htmlname,$dirmenuarray)
function select_menu_families($selected, $htmlname, $dirmenuarray)
{
global $langs,$conf;
......@@ -275,11 +279,13 @@ class FormAdmin
/**
* \brief Retourne la liste deroulante des menus disponibles (eldy)
* \param selected Menu pre-selectionnee
* \param htmlname Nom de la zone select
* Retourne la liste deroulante des menus disponibles (eldy)
*
* @param string $selected Menu pre-selectionnee
* @param string $htmlname Nom de la zone select
* @return void
*/
function select_timezone($selected='',$htmlname)
function select_timezone($selected,$htmlname)
{
global $langs,$conf;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment