noalyss Version-9
NOALYSS : serveur de comptabilité et ERP (2002)
|
Tag operations or actions to linked them together. More...
Public Member Functions | |
__construct ($p_cn, $id=-1) | |
display () | |
return the HTML string display the tag | |
form_add () | |
Display a inner window with the detail of a tag. | |
get_data () | |
query_active_tag () | |
remove ($p_array) | |
save ($p_array) | |
set_data ($data) | |
show_form_add () | |
Show the tag you can add to a document. | |
show_list () | |
Show the list of available tag. | |
Protected Attributes | |
$cn | |
Private Attributes | |
$data | |
Tag operations or actions to linked them together.
Definition at line 31 of file tag.class.php.
Tag::__construct | ( | $p_cn, | |
$id = -1 ) |
Reimplemented in Tag_Action, and Tag_Operation.
Definition at line 35 of file tag.class.php.
Tag::display | ( | ) |
return the HTML string display the tag
Definition at line 111 of file tag.class.php.
References $data, $ret, get_data(), and h.
Tag::form_add | ( | ) |
Display a inner window with the detail of a tag.
Definition at line 66 of file tag.class.php.
References $data.
Referenced by show_form_add().
Tag::get_data | ( | ) |
Tag::query_active_tag | ( | ) |
Definition at line 98 of file tag.class.php.
Tag::remove | ( | $p_array | ) |
Definition at line 90 of file tag.class.php.
References $p_array.
Tag::save | ( | $p_array | ) |
Definition at line 80 of file tag.class.php.
Tag::set_data | ( | $data | ) |
Definition at line 46 of file tag.class.php.
References $data.
Tag::show_form_add | ( | ) |
Show the tag you can add to a document.
Definition at line 74 of file tag.class.php.
References _, form_add(), and h2().
Tag::show_list | ( | ) |
|
protected |
Definition at line 34 of file tag.class.php.
|
private |
Definition at line 33 of file tag.class.php.
Referenced by display(), form_add(), get_data(), and set_data().