Nextcloud PHP API (master)

ISetting

Interface ISetting

Tags
since
11.0.0

Table of Contents

Methods

canChangeMail()  : bool
canChangeStream()  : bool
getIdentifier()  : string
getName()  : string
getPriority()  : int
isDefaultEnabledMail()  : bool
isDefaultEnabledStream()  : bool

Methods

canChangeMail()

public canChangeMail() : bool
Tags
since
11.0.0
Return values
bool

True when the option can be changed for the mail

canChangeStream()

public canChangeStream() : bool
Tags
since
11.0.0
Return values
bool

True when the option can be changed for the stream

getIdentifier()

public getIdentifier() : string
Tags
since
11.0.0
Return values
string

Lowercase a-z and underscore only identifier

getName()

public getName() : string
Tags
since
11.0.0
Return values
string

A translated string

getPriority()

public getPriority() : int
Tags
since
11.0.0
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
since
11.0.0
Return values
bool

True when the option can be changed for the stream

isDefaultEnabledStream()

public isDefaultEnabledStream() : bool
Tags
since
11.0.0
Return values
bool

True when the option can be changed for the stream


        
On this page

Search results