diff options
author | Malf Furious <m@lfurio.us> | 2018-11-10 09:40:01 -0500 |
---|---|---|
committer | Malf Furious <m@lfurio.us> | 2018-11-10 09:40:01 -0500 |
commit | d3a056dc753eb159daeb0cc2900d718f41ef6585 (patch) | |
tree | a00213ae131a02ba0013d35311eb9caa97ce6798 /app/class/agent.class.php | |
parent | dc82ea4c3ab3892d9f94cae73832d2c09e2ad3b2 (diff) | |
parent | be18c21941eb1309047e5cede3467cc538e71559 (diff) | |
download | scrott-d3a056dc753eb159daeb0cc2900d718f41ef6585.tar.gz scrott-d3a056dc753eb159daeb0cc2900d718f41ef6585.zip |
Merge branch 'bug/opt-assign-to-grp' into dev
Diffstat (limited to 'app/class/agent.class.php')
-rw-r--r-- | app/class/agent.class.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/app/class/agent.class.php b/app/class/agent.class.php index 4c75f0b..4651a10 100644 --- a/app/class/agent.class.php +++ b/app/class/agent.class.php @@ -90,6 +90,13 @@ abstract class agent extends obj } /* + * Get all contained users. For users, this is an array containing + * only $this. For groups, this is an array containing the owner + * and all members. + */ + public abstract function getContainedUsers() : array; + + /* * Send an email message to this agent using stored configuration * parameters. If config is not established, delivery is not * attempted. Return status. |