ActivitySettings
in package
implements
ISetting
AbstractYes
Tags
Table of Contents
Interfaces
- ISetting
- Interface ISetting
Methods
- canChangeMail() : bool
- canChangeNotification() : bool
- canChangeStream() : bool
- Left in for backwards compatibility
- getGroupIdentifier() : string
- getGroupName() : string
- getIdentifier() : string
- getName() : string
- getPriority() : int
- isDefaultEnabledMail() : bool
- isDefaultEnabledNotification() : bool
- isDefaultEnabledStream() : bool
- Left in for backwards compatibility
Methods
canChangeMail()
public
canChangeMail() : bool
Tags
Return values
bool —True when the option can be changed for the mail
canChangeNotification()
public
canChangeNotification() : bool
Tags
Return values
bool —True when the option can be changed for the notification
canChangeStream()
Left in for backwards compatibility
public
canChangeStream() : bool
Tags
Return values
boolgetGroupIdentifier()
public
abstract getGroupIdentifier() : string
Tags
Return values
string —Lowercase a-z and underscore only group identifier
getGroupName()
public
abstract getGroupName() : string
Tags
Return values
string —A translated string for the settings group
getIdentifier()
public
abstract getIdentifier() : string
Tags
Return values
string —Lowercase a-z and underscore only identifier
getName()
public
abstract getName() : string
Tags
Return values
string —A translated string
getPriority()
public
abstract getPriority() : int
Tags
Return values
int —whether the filter should be rather on the top or bottom of the admin section. The filters are arranged in ascending order of the priority values. It is required to return a value between 0 and 100.
isDefaultEnabledMail()
public
isDefaultEnabledMail() : bool
Tags
Return values
bool —Whether or not an activity email should be send by default
isDefaultEnabledNotification()
public
isDefaultEnabledNotification() : bool
Tags
Return values
bool —Whether or not an activity notification should be send by default
isDefaultEnabledStream()
Left in for backwards compatibility
public
isDefaultEnabledStream() : bool