Nextcloud PHP API (stable19)

IAccountProperty extends JsonSerializable

Interface IAccountProperty

Tags
since
15.0.0

Table of Contents

getName()  : string
Get the name of a property
getScope()  : string
Get the scope of a property
getValue()  : string
Get the value of a property
getVerified()  : string
Get the verification status of a property
setScope()  : IAccountProperty
Set the scope of a property
setValue()  : IAccountProperty
Set the value of a property
setVerified()  : IAccountProperty
Set the verification status of a property

Methods

getName()

Get the name of a property

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

getScope()

Get the scope of a property

public getScope() : string
Tags
since
15.0.0
Return values
string

getValue()

Get the value of a property

public getValue() : string
Tags
since
15.0.0
Return values
string

getVerified()

Get the verification status of a property

public getVerified() : string
Tags
since
15.0.0
Return values
string

Search results