Freeside:3:Documentation:Developer/FS/svc CGPRule Mixin
From Freeside
< Freeside:3:Documentation:Developer | FS
Revision as of 21:06, 27 June 2012 by Ivan (talk | contribs) (Edit via perl MediaWiki framework (1.13))
Contents
NAME
FS::svc_CGPRule_Mixin - Mixin class for svc_classes which can be related to cgp_rule
SYNOPSIS
package FS::svc_table; use base qw( FS::svc_CGPRule_Mixin FS::svc_Common );
DESCRIPTION
This is a mixin class for svc_ classes that can have Communigate Pro rules (currently, domains and accounts).
METHODS
- cgp_rule
- Returns the rules associated with this service, as FS::cgp_rule objects.
- cgp_rule_arrayref
- Returns an arrayref of rules suitable for Communigate Pro API commands.