Difference between revisions of "Freeside:3:Documentation:Developer/FS/svc Radius Mixin"
From Freeside
m (Edit via perl MediaWiki framework (1.13)) |
(No difference)
|
Revision as of 20:06, 27 June 2012
NAME
FS::svc_Radius_Mixin - partial base class for services with RADIUS groups
METHODS
- radius_groups METHOD
- Returns a list of RADIUS groups for this service (see FS::radius_usergroup). METHOD is the field to return, and can be any method on FS::radius_group. Useful values for METHOD include 'groupnum', 'groupname', and 'long_description'. Defaults to 'groupname' for historical reasons.