noalyss Version-9
|
Others concerned card in an action. More...
Public Member Functions | |
__construct ($p_database, $p_action_gestion_id) | |
button_action_add_concerned_card () | |
Return a HTML string with a button for adding other cards. More... | |
display_linked_count () | |
Display the count of other concerned card (tiers, supplier...) in button which call. More... | |
display_row ($p_fid, $p_row, $pa_Column) | |
Display one row for all the option of a card. More... | |
display_table () | |
Display all the person with option in a html table. More... | |
get_ag_id () | |
get_db () | |
get_option () | |
Get Available options. More... | |
insert_linked_card ($p_fiche_id) | |
Add another concerned (tiers, supplier...) More... | |
remove_linked_card ($p_fiche_id) | |
Remove another concerned (tiers, supplier...) More... | |
set_ag_id ($ag_id) | |
set_db ($cn) | |
Private Attributes | |
$ag_id | |
$db | |
Others concerned card in an action.
Definition at line 34 of file follow_up_other_concerned.class.php.
Follow_Up_Other_Concerned::__construct | ( | $p_database, | |
$p_action_gestion_id | |||
) |
Definition at line 40 of file follow_up_other_concerned.class.php.
Follow_Up_Other_Concerned::button_action_add_concerned_card | ( | ) |
Return a HTML string with a button for adding other cards.
Definition at line 129 of file follow_up_other_concerned.class.php.
References $dossier, $js, ag_id, HtmlInput\button_action(), and Dossier\id().
Follow_Up_Other_Concerned::display_linked_count | ( | ) |
Display the count of other concerned card (tiers, supplier...) in button which call.
Definition at line 90 of file follow_up_other_concerned.class.php.
References $dossier_id, ag_id, HtmlInput\anchor_action(), db, and Dossier\id().
Follow_Up_Other_Concerned::display_row | ( | $p_fid, | |
$p_row, | |||
$pa_Column | |||
) |
Display one row for all the option of a card.
int | $p_fid | card if (fiche.f_id) |
int | $p_row | index of the row used for alternate the color of the rows |
array | $aOther | Column of the options |
Definition at line 145 of file follow_up_other_concerned.class.php.
References $action_person_id, $detail, $dossier_id, $i, $nb_other, $r, $row, $value, ag_id, HtmlInput\anchor(), db, id, Dossier\id(), td(), tr(), and Icon_Action\trash().
Follow_Up_Other_Concerned::display_table | ( | ) |
Display all the person with option in a html table.
Definition at line 205 of file follow_up_other_concerned.class.php.
Follow_Up_Other_Concerned::get_ag_id | ( | ) |
Follow_Up_Other_Concerned::get_db | ( | ) |
Follow_Up_Other_Concerned::get_option | ( | ) |
Get Available options.
Definition at line 213 of file follow_up_other_concerned.class.php.
Follow_Up_Other_Concerned::insert_linked_card | ( | $p_fiche_id | ) |
Add another concerned (tiers, supplier...)
type | $p_fiche_id |
insert into action_person
Definition at line 107 of file follow_up_other_concerned.class.php.
Follow_Up_Other_Concerned::remove_linked_card | ( | $p_fiche_id | ) |
Remove another concerned (tiers, supplier...)
type | $p_fiche_id |
Definition at line 73 of file follow_up_other_concerned.class.php.
Follow_Up_Other_Concerned::set_ag_id | ( | $ag_id | ) |
Follow_Up_Other_Concerned::set_db | ( | $cn | ) |
Definition at line 62 of file follow_up_other_concerned.class.php.
|
private |
Definition at line 37 of file follow_up_other_concerned.class.php.
Referenced by get_ag_id(), and set_ag_id().
|
private |
Definition at line 38 of file follow_up_other_concerned.class.php.
Referenced by get_db().