|
dolibarr
13.0.2
|
Functions for module. More...
Go to the source code of this file.
Functions | |
| opensurvey_prepare_head (Opensurveysondage $object) | |
| Returns an array with the tabs for the "Opensurvey poll" section It loads tabs from modules looking for the entity Opensurveyso. More... | |
| llxHeaderSurvey ($title, $head="", $disablejs=0, $disablehead=0, $arrayofjs= '', $arrayofcss= '', $numsondage= '') | |
| Show header for new member. More... | |
| llxFooterSurvey () | |
| Show footer for new member. More... | |
| get_server_name () | |
| get_server_name More... | |
| issetAndNoEmpty ($name, $tableau=null) | |
| Fonction vérifiant l'existance et la valeur non vide d'une clé d'un tableau. More... | |
| getUrlSondage ($id, $admin=false) | |
| Fonction permettant de générer les URL pour les sondage. More... | |
| dol_survey_random ($car) | |
| Generate a random id. More... | |
| ajouter_sondage () | |
| Add a poll. More... | |
Functions for module.
Definition in file fonctions.php.
| ajouter_sondage | ( | ) |
Add a poll.
Definition at line 226 of file fonctions.php.
References dol_buildpath(), dol_print_error(), and dol_survey_random().
| dol_survey_random | ( | $car | ) |
Generate a random id.
| string | $car | Char to generate key |
Definition at line 210 of file fonctions.php.
Referenced by ajouter_sondage().
| get_server_name | ( | ) |
get_server_name
Definition at line 151 of file fonctions.php.
Referenced by getUrlSondage().
| getUrlSondage | ( | $id, | |
$admin = false |
|||
| ) |
Fonction permettant de générer les URL pour les sondage.
| string | $id | L'identifiant du sondage |
| bool | $admin | True pour générer une URL pour l'administration d'un sondage, False pour un URL publique |
Definition at line 192 of file fonctions.php.
References get_server_name().
| issetAndNoEmpty | ( | $name, | |
$tableau = null |
|||
| ) |
Fonction vérifiant l'existance et la valeur non vide d'une clé d'un tableau.
| string | $name | La clé à tester |
| array | $tableau | Le tableau où rechercher la clé ($_POST par défaut) |
Definition at line 175 of file fonctions.php.
| llxFooterSurvey | ( | ) |
Show footer for new member.
Definition at line 131 of file fonctions.php.
References dol_htmloutput_events(), print, and printCommonFooter().
| llxHeaderSurvey | ( | $title, | |
$head = "", |
|||
$disablejs = 0, |
|||
$disablehead = 0, |
|||
$arrayofjs = '', |
|||
$arrayofcss = '', |
|||
$numsondage = '' |
|||
| ) |
Show header for new member.
| string | $title | Title |
| string | $head | Head array |
| int | $disablejs | More content into html header |
| int | $disablehead | More content into html header |
| array | $arrayofjs | Array of complementary js files |
| array | $arrayofcss | Array of complementary css files |
| string | $numsondage | Num survey |
Definition at line 73 of file fonctions.php.
References print, and top_htmlhead().
| opensurvey_prepare_head | ( | Opensurveysondage | $object | ) |
Returns an array with the tabs for the "Opensurvey poll" section It loads tabs from modules looking for the entity Opensurveyso.
| Opensurveysondage | $object | Current viewing poll |
Definition at line 32 of file fonctions.php.
References complete_head_from_modules().