Tilmeld Server API  1.0.0
Nymph user and group management with access controls.
Static Public Member Functions | Static Public Attributes | List of all members
Tilmeld\Entities\Mail\UserRegistered Class Reference

New User Registered. More...

Inheritance diagram for Tilmeld\Entities\Mail\UserRegistered:

Static Public Member Functions

static getMacro ($name)
 
static getSubject ()
 
static getHTML ()
 

Static Public Attributes

static $cname = 'New User Registered'
 
static $description = 'This email is sent when a new user registers himself on the site.'
 
static $expectsRecipient = false
 
static $macros
 

Detailed Description

New User Registered.

Author
Hunter Perrin hperr.nosp@m.in@g.nosp@m.mail..nosp@m.com
See also
http://tilmeld.org/

Definition at line 12 of file UserRegistered.php.

Member Data Documentation

◆ $macros

Tilmeld\Entities\Mail\UserRegistered::$macros
static
Initial value:
= [
'user_username' => 'The user\'s username.',
'user_name' => 'The user\'s full name.',
'user_first_name' => 'The user\'s first name.',
'user_last_name' => 'The user\'s last name.',
'user_email' => 'The user\'s email.',
'user_phone' => 'The user\'s phone number.',
'user_timezone' => 'The user\'s timezone.',
'user_address' => 'The user\'s address.',
]

Definition at line 16 of file UserRegistered.php.


The documentation for this class was generated from the following file: