summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Ticket/System.pm
diff options
context:
space:
mode:
authorfukachan <fukachan>2001-03-10 15:53:22 +0000
committerfukachan <fukachan>2001-03-10 15:53:22 +0000
commit6c72bb514d98ef9cb66c74209bee39bb70e60bd8 (patch)
tree5bf78fd8813b6702fb7653c975bc88e0fb1275a0 /fml/lib/FML/Ticket/System.pm
parentdb636cf2cc29819e0c9546913f4bae81a73ca8ad (diff)
downloadfml8-6c72bb514d98ef9cb66c74209bee39bb70e60bd8.tar.gz
fml8-6c72bb514d98ef9cb66c74209bee39bb70e60bd8.tar.bz2
fml8-6c72bb514d98ef9cb66c74209bee39bb70e60bd8.zip
clean up document
Diffstat (limited to 'fml/lib/FML/Ticket/System.pm')
-rw-r--r--fml/lib/FML/Ticket/System.pm14
1 files changed, 9 insertions, 5 deletions
diff --git a/fml/lib/FML/Ticket/System.pm b/fml/lib/FML/Ticket/System.pm
index 2c063ace..17faed7f 100644
--- a/fml/lib/FML/Ticket/System.pm
+++ b/fml/lib/FML/Ticket/System.pm
@@ -23,13 +23,16 @@ FML::Ticket::System - ticket system core engine
=head1 SYNOPSIS
- use Ticket::Model::toymodel;
- $ticket = new Ticket::Model::toymodel;
- $ticket->asign($curproc, $args);
- $ticket->update_cache($curproc, $args);
+ use Ticket::Model::toymodel;
+ $ticket = new Ticket::Model::toymodel;
+ $ticket->assign($curproc, $args);
+ $ticket->update_cache($curproc, $args);
=head1 DESCRIPTION
+the base class of ticket systems.
+This module provides basic functions to help sub classes.
+
=head2 CLASS HIERARCHY
FML::Ticket::System
@@ -37,13 +40,14 @@ FML::Ticket::System - ticket system core engine
A
-------------------
| | |
+ A A A
toymodel model2 ....
=head1 METHODS
=head2 C<new()>
-usual constructor.
+the usual constructor.
=cut