Nextcloud PHP API (stable19)

ISystemTag

Public interface for a system-wide tag.

Tags
since
9.0.0

Table of Contents

getId()  : string
Returns the tag id
getName()  : string
Returns the tag display name
isUserAssignable()  : bool
Returns whether the tag can be assigned to objects by regular users
isUserVisible()  : bool
Returns whether the tag is visible for regular users

Methods

getId()

Returns the tag id

public getId() : string
Tags
since
9.0.0
Return values
string

id

getName()

Returns the tag display name

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

tag display name

isUserAssignable()

Returns whether the tag can be assigned to objects by regular users

public isUserAssignable() : bool
Tags
since
9.0.0
Return values
bool

true if assignable, false otherwise

isUserVisible()

Returns whether the tag is visible for regular users

public isUserVisible() : bool
Tags
since
9.0.0
Return values
bool

true if visible, false otherwise

Search results