summaryrefslogtreecommitdiff
path: root/FS/FS/svc_External_Common.pm
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2014-01-24 00:39:40 -0800
committerIvan Kohler <ivan@freeside.biz>2014-01-24 00:39:40 -0800
commitf3ac48703be75c0e2aec161487057eafeb8fc74f (patch)
treefd3bc7402cf055bbdccd86927532283cde51b562 /FS/FS/svc_External_Common.pm
parent960c55002469c33ea9b0a949ad473a705e1b6cf9 (diff)
svc_pbx devices, for RT#24968
Diffstat (limited to 'FS/FS/svc_External_Common.pm')
-rw-r--r--FS/FS/svc_External_Common.pm22
1 files changed, 3 insertions, 19 deletions
diff --git a/FS/FS/svc_External_Common.pm b/FS/FS/svc_External_Common.pm
index a5805aa..32fe7f3 100644
--- a/FS/FS/svc_External_Common.pm
+++ b/FS/FS/svc_External_Common.pm
@@ -8,28 +8,12 @@ use FS::svc_Common;
=head1 NAME
-FS::svc_external - Object methods for svc_external records
+FS::svc_External_Common - Base class for svc_X classes which track external databases
=head1 SYNOPSIS
- use FS::svc_external;
-
- $record = new FS::svc_external \%hash;
- $record = new FS::svc_external { 'column' => 'value' };
-
- $error = $record->insert;
-
- $error = $new_record->replace($old_record);
-
- $error = $record->delete;
-
- $error = $record->check;
-
- $error = $record->suspend;
-
- $error = $record->unsuspend;
-
- $error = $record->cancel;
+ package FS::svc_newservice;
+ use base qw( FS::svc_External_Common );
=head1 DESCRIPTION