EmailMessagesVariable

Type
Class
Namespace
Craft
Inherits
Craft\EmailMessagesVariable
Since
1.0

Email functions.

See also http://craftcms.com

View source (opens new window)

# Public Methods

Method Description
getAllMessages() Returns all of the system email messages.
getMessage() Returns a system email message by its key.

# getAllMessages()

Returns all of the system email messages.

View source (opens new window)

Returns

array (opens new window)

Signature

public array getAllMessages ( )

# getMessage()

Signature

public Craft\RebrandEmailModel, null getMessage ( $key, $language = null )