doc
This commit is contained in:
parent
2ef6c85cbb
commit
e84ba42dba
1 changed files with 11 additions and 1 deletions
|
@ -91,7 +91,17 @@ EOJS;
|
||||||
return $html;
|
return $html;
|
||||||
}
|
}
|
||||||
|
|
||||||
function gamutable_recharger_tableau($id_objet = 9999999999, $num = null) {
|
/**
|
||||||
|
* fonction que l'on peut appeler comme filtre dans une vues des crayons
|
||||||
|
* ex:
|
||||||
|
* [(#ID_APP_HORAIRE|gamutable_recharger_tableau)]
|
||||||
|
*
|
||||||
|
* @param $id_objet (optional)
|
||||||
|
* @param $num (optional) (si on veut recharger qu'un tableau préciséemnt)
|
||||||
|
*
|
||||||
|
* @return string $html
|
||||||
|
*/
|
||||||
|
function gamutable_recharger_tableau($id_objet = 9999999999, $num = null):string {
|
||||||
if ($num) {
|
if ($num) {
|
||||||
$num = "_deux";
|
$num = "_deux";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue