diff options
Diffstat (limited to 'app/class/user.class.php')
| -rw-r--r-- | app/class/user.class.php | 9 | 
1 files changed, 9 insertions, 0 deletions
| diff --git a/app/class/user.class.php b/app/class/user.class.php index 90aac44..231111d 100644 --- a/app/class/user.class.php +++ b/app/class/user.class.php @@ -294,6 +294,15 @@ class user extends agent      }      /* +     * Get all contained users.  This is just an array containing +     * the user object. +     */ +    public function getContainedUsers() : array +    { +        return array($this); +    } + +    /*       * Send an email message to this user using stored configuration       * parameters.  If config is not established, delivery is not       * attempted.  Return status. | 
