Class CIdentity
- api_AContainer
- CIdentity
Methods summary
public
|
|
public
boolean
|
|
public
string
|
#
getFriendlyEmail( )
If display name is non-empty, returns email address with display name attached; otherwise, just the email. |
public
array
|
#
getMap( )
Obtains static map of identity fields. Function with the same name is used for other objects in a unified container api_AContainer. |
public static
array
|
Properties summary
Magic properties
public
integer
|
$IdIdentity
Identifier of identity. |
public
integer
|
$IdUser
Identifier of user wich contains the identity. |
public
integer
|
$IdAccount
Identifier of account wich contains the identity. |
public
boolean
|
$Virtual
If true the identity is not present in the database. |
public
boolean
|
$Enabled
If true the identity is enabled for using. |
public
string
|
$Email
Email of identity. |
public
string
|
$FriendlyName
Display name of identity. |
public
string
|
$Signature
Signature of identity. |
public
integer
|
$SignatureType
Deprecated. |
public
boolean
|
$UseSignature
If true and this identity is used for message sending the identity signature will be attached to message body. |