noalyss Version-9
|
Tag operations or actions to linked them together. More...
Public Member Functions | |
__construct ($p_cn, $id=-1) | |
form_add () | |
Display a inner window with the detail of a tag. More... | |
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. More... | |
show_list () | |
Show the list of available tag. More... | |
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::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 form_add(), get_data(), and set_data().