User extends Mail
FinalYes
Table of Contents
Constants
- MODULE_NAME = 'mail'
Methods
- create() : mixed
- formatThreadId() : mixed
- getData() : mixed
- getDefaultEmailFrom() : mixed
- getExternalCode() : mixed
- getSubjectPrefix() : mixed
- isEmail() : bool
- Return true if user is email user
- stopMailEventCompiler() : mixed
Constants
MODULE_NAME
public
mixed
MODULE_NAME
= 'mail'
Methods
create()
public
static create(array<string|int, mixed> $data[, Collection $errors = null ]) : mixed
Parameters
- $data : array<string|int, mixed>
- $errors : Collection = null
formatThreadId()
public
static formatThreadId(mixed $tag[, mixed $siteId = '' ]) : mixed
Parameters
- $tag : mixed
- $siteId : mixed = ''
getData()
public
static getData(array<string|int, mixed> $ids[, mixed $siteId = '' ]) : mixed
Parameters
- $ids : array<string|int, mixed>
- $siteId : mixed = ''
getDefaultEmailFrom()
public
static getDefaultEmailFrom([mixed $siteId = '' ]) : mixed
Parameters
- $siteId : mixed = ''
getExternalCode()
public
static getExternalCode() : mixed
getSubjectPrefix()
public
static getSubjectPrefix() : mixed
isEmail()
Return true if user is email user
public
static isEmail(mixed $data) : bool
Parameters
- $data : mixed
Return values
boolstopMailEventCompiler()
public
static stopMailEventCompiler() : mixed