ISetting

interface OCP\Activity\ISetting
Interface ISetting
Implemented by:OCP\Activity\ActivitySettings
Source:lib/public/Activity/ISetting.php#31

Methods

public OCP\Activity\ISetting::getIdentifier()
Source:lib/public/Activity/ISetting.php#37
Returns:string Lowercase a-z and underscore only identifier
Since:11.0.0
public OCP\Activity\ISetting::getName()
Source:lib/public/Activity/ISetting.php#43
Returns:string A translated string
Since:11.0.0
public OCP\Activity\ISetting::getPriority()
Source:lib/public/Activity/ISetting.php#51
Returns: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.
Since:11.0.0
public OCP\Activity\ISetting::canChangeStream()
Source:lib/public/Activity/ISetting.php#57
Returns:bool True when the option can be changed for the stream
Since:11.0.0
public OCP\Activity\ISetting::isDefaultEnabledStream()
Source:lib/public/Activity/ISetting.php#63
Returns:bool True when the option can be changed for the stream
Since:11.0.0
public OCP\Activity\ISetting::canChangeMail()
Source:lib/public/Activity/ISetting.php#69
Returns:bool True when the option can be changed for the mail
Since:11.0.0
public OCP\Activity\ISetting::isDefaultEnabledMail()
Source:lib/public/Activity/ISetting.php#75
Returns:bool True when the option can be changed for the stream
Since:11.0.0