@@ -25,6 +25,9 @@ |
||
| 25 | 25 | } |
| 26 | 26 | |
| 27 | 27 | // http://doc.spip.org/@exec_iconifier_args |
| 28 | +/** |
|
| 29 | + * @param integer $id |
|
| 30 | + */ |
|
| 28 | 31 | function exec_iconifier_args($id, $primary, $script, $iframe=false) |
| 29 | 32 | { |
| 30 | 33 | $type = objet_type(table_objet(substr($primary, 3))); |
@@ -23,6 +23,10 @@ |
||
| 23 | 23 | } |
| 24 | 24 | |
| 25 | 25 | // http://doc.spip.org/@exec_legender_args |
| 26 | +/** |
|
| 27 | + * @param integer $id_document |
|
| 28 | + * @param integer $id |
|
| 29 | + */ |
|
| 26 | 30 | function exec_legender_args($id_document, $type, $id, $ancre='', $script='') |
| 27 | 31 | { |
| 28 | 32 | if (!$id_document OR !autoriser('joindredocument',$type, $id)) { |
@@ -19,6 +19,9 @@ |
||
| 19 | 19 | } |
| 20 | 20 | |
| 21 | 21 | // http://doc.spip.org/@exec_meme_rubrique_args |
| 22 | +/** |
|
| 23 | + * @param integer $id |
|
| 24 | + */ |
|
| 22 | 25 | function exec_meme_rubrique_args($id, $type, $order) |
| 23 | 26 | { |
| 24 | 27 | if ((!autoriser('publierdans','rubrique',$id)) |
@@ -22,6 +22,9 @@ discard block |
||
| 22 | 22 | } |
| 23 | 23 | |
| 24 | 24 | // http://doc.spip.org/@exec_message_args |
| 25 | +/** |
|
| 26 | + * @param integer $id_message |
|
| 27 | + */ |
|
| 25 | 28 | function exec_message_args($id_message, $forcer_dest, $cherche_auteur) |
| 26 | 29 | { |
| 27 | 30 | global $connect_id_auteur; |
@@ -199,6 +202,9 @@ discard block |
||
| 199 | 202 | } |
| 200 | 203 | |
| 201 | 204 | // http://doc.spip.org/@http_affiche_message |
| 205 | +/** |
|
| 206 | + * @param string $texte |
|
| 207 | + */ |
|
| 202 | 208 | function http_affiche_message($id_message, $expediteur, $statut, $type, $texte, $titre, $rv, $date_heure, $date_fin, $cherche_auteur, $forcer_dest) |
| 203 | 209 | { |
| 204 | 210 | global $connect_id_auteur,$connect_statut, $les_notes; |
@@ -24,6 +24,10 @@ discard block |
||
| 24 | 24 | intval(_request('dest'))); |
| 25 | 25 | } |
| 26 | 26 | // http://doc.spip.org/@exec_message_edit_args |
| 27 | +/** |
|
| 28 | + * @param integer $id_message |
|
| 29 | + * @param integer $dest |
|
| 30 | + */ |
|
| 27 | 31 | function exec_message_edit_args($id_message, $new, $dest) |
| 28 | 32 | { |
| 29 | 33 | global $connect_id_auteur, $connect_statut; |
@@ -126,6 +130,9 @@ discard block |
||
| 126 | 130 | } |
| 127 | 131 | |
| 128 | 132 | // http://doc.spip.org/@afficher_si_rdv |
| 133 | +/** |
|
| 134 | + * @param boolean $choix |
|
| 135 | + */ |
|
| 129 | 136 | function afficher_si_rdv($date_heure, $date_fin, $choix) |
| 130 | 137 | { |
| 131 | 138 | $heures_debut = heures($date_heure); |
@@ -33,6 +33,10 @@ |
||
| 33 | 33 | // attention, ajouter_id_article n'est pas forcement un id d'article |
| 34 | 34 | |
| 35 | 35 | // http://doc.spip.org/@exec_mots_edit_args |
| 36 | +/** |
|
| 37 | + * @param integer $id_mot |
|
| 38 | + * @param integer $id_groupe |
|
| 39 | + */ |
|
| 36 | 40 | function exec_mots_edit_args($id_mot, $id_groupe, $new, $table='', $table_id='', $titre='', $redirect='', $ajouter_id_article='') |
| 37 | 41 | { |
| 38 | 42 | global $spip_lang_right, $connect_statut, $les_notes; |
@@ -162,6 +162,9 @@ |
||
| 162 | 162 | } |
| 163 | 163 | |
| 164 | 164 | // http://doc.spip.org/@confirmer_mot |
| 165 | +/** |
|
| 166 | + * @param integer $id_mot |
|
| 167 | + */ |
|
| 165 | 168 | function confirmer_mot ($id_mot, $row_groupe, $total) |
| 166 | 169 | { |
| 167 | 170 | $row = sql_fetsel("titre", "spip_mots", "id_mot=$id_mot"); |
@@ -24,6 +24,10 @@ discard block |
||
| 24 | 24 | } |
| 25 | 25 | |
| 26 | 26 | // http://doc.spip.org/@exec_naviguer_args |
| 27 | +/** |
|
| 28 | + * @param integer $id_rubrique |
|
| 29 | + * @param integer $select_groupe |
|
| 30 | + */ |
|
| 27 | 31 | function exec_naviguer_args($id_rubrique, $cherche_mot, $select_groupe) |
| 28 | 32 | { |
| 29 | 33 | if (!$id_rubrique) { |
@@ -104,6 +108,10 @@ discard block |
||
| 104 | 108 | } |
| 105 | 109 | |
| 106 | 110 | // http://doc.spip.org/@naviguer_droite |
| 111 | +/** |
|
| 112 | + * @param string $haut |
|
| 113 | + * @param string $boucles |
|
| 114 | + */ |
|
| 107 | 115 | function naviguer_droite($row, $id_rubrique, $id_parent, $id_secteur, $haut, $n_forums, $editer_mots, $flag_editable, $boucles) |
| 108 | 116 | { |
| 109 | 117 | global $spip_lang_right, $connect_toutes_rubriques; |
@@ -403,6 +411,9 @@ discard block |
||
| 403 | 411 | |
| 404 | 412 | |
| 405 | 413 | // http://doc.spip.org/@montre_naviguer |
| 414 | +/** |
|
| 415 | + * @param string $ze_logo |
|
| 416 | + */ |
|
| 406 | 417 | function montre_naviguer($id_rubrique, $titre, $id_parent, $ze_logo, $flag_editable) |
| 407 | 418 | { |
| 408 | 419 | global $spip_lang_right; |
@@ -30,6 +30,10 @@ |
||
| 30 | 30 | } |
| 31 | 31 | |
| 32 | 32 | // http://doc.spip.org/@forum_envoi |
| 33 | +/** |
|
| 34 | + * @param integer $id |
|
| 35 | + * @param integer $id_parent |
|
| 36 | + */ |
|
| 33 | 37 | function forum_envoi( |
| 34 | 38 | $id, |
| 35 | 39 | $id_parent, |