Difference between revisions of "Freeside:4:Documentation:Developer/FS/svc CGP Mixin"

From Freeside
Jump to: navigation, search
(Edit via perl MediaWiki framework (1.13))
 
(No difference)

Latest revision as of 08:29, 18 November 2015

NAME

FS::svc_CGP_Mixin - Mixin class for svc_classes which can be related to cgp_rule

SYNOPSIS

package FS::svc_table; use base qw( FS::svc_CGP_Mixin FS::svc_Common );

DESCRIPTION

This is a mixin class for svc_ classes that are exported to Communigate Pro.

It currently contains timezone data for domains and accounts.

METHODS

cgp_timezone
Returns an arrayref of Communigate time zones.
cgp_emptytrash_values
Returns an arrayref of possible EmptyTrash values.
cgp_certificatetype_values
Returns an arrayref of possible CertificateType values.

BUGS

SEE ALSO