Difference between revisions of "Freeside:3:Documentation:Developer/FS/Agent Mixin"
From Freeside
m (Edit via perl MediaWiki framework (1.13)) |
m (Edit via perl MediaWiki framework (1.13)) |
||
Line 1: | Line 1: | ||
+ | ==NAME== | ||
+ | FS::Agent_Mixin - Mixin class for objects that have an agent. | ||
+ | ; agent | ||
+ | :Returns the agent (see [[Freeside:3:Documentation:Developer/FS/agent|FS::agent]]) for this object. | ||
+ | ; agent_name | ||
+ | :Returns the agent name (see [[Freeside:3:Documentation:Developer/FS/agent|FS::agent]]) for this object. | ||
+ | |||
+ | ==BUGS== |
Latest revision as of 05:28, 10 February 2015
NAME
FS::Agent_Mixin - Mixin class for objects that have an agent.
- agent
- Returns the agent (see FS::agent) for this object.
- agent_name
- Returns the agent name (see FS::agent) for this object.