dolibarr  13.0.2
Functions
fonctions.php File Reference

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...
 

Detailed Description

Functions for module.

Definition in file fonctions.php.

Function Documentation

ajouter_sondage ( )

Add a poll.

Returns
void

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.

Parameters
string$carChar to generate key
Returns
string

Definition at line 210 of file fonctions.php.

Referenced by ajouter_sondage().

get_server_name ( )

get_server_name

Returns
string URL to use

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.

Parameters
string$idL'identifiant du sondage
bool$adminTrue pour générer une URL pour l'administration d'un sondage, False pour un URL publique
Returns
string L'url pour le sondage

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.

Parameters
string$nameLa clé à tester
array$tableauLe tableau où rechercher la clé ($_POST par défaut)
Returns
bool Vrai si la clé existe et renvoie une valeur non vide

Definition at line 175 of file fonctions.php.

llxFooterSurvey ( )

Show footer for new member.

Returns
void

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.

Parameters
string$titleTitle
string$headHead array
int$disablejsMore content into html header
int$disableheadMore content into html header
array$arrayofjsArray of complementary js files
array$arrayofcssArray of complementary css files
string$numsondageNum survey
Returns
void

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.

Parameters
Opensurveysondage$objectCurrent viewing poll
Returns
array Tabs for the opensurvey section

Definition at line 32 of file fonctions.php.

References complete_head_from_modules().