ISystemTag

interface OCP\SystemTag\ISystemTag
Public interface for a system-wide tag.
Implemented by:OC\SystemTag\SystemTag
Source:lib/public/SystemTag/ISystemTag.php#34

Methods

public OCP\SystemTag\ISystemTag::getId()
Returns the tag id
Source:lib/public/SystemTag/ISystemTag.php#43
Returns:string id
Since:9.0.0
public OCP\SystemTag\ISystemTag::getName()
Returns the tag display name
Source:lib/public/SystemTag/ISystemTag.php#52
Returns:string tag display name
Since:9.0.0
public OCP\SystemTag\ISystemTag::isUserVisible()
Returns whether the tag is visible for regular users
Source:lib/public/SystemTag/ISystemTag.php#61
Returns:bool true if visible, false otherwise
Since:9.0.0
public OCP\SystemTag\ISystemTag::isUserAssignable()
Returns whether the tag can be assigned to objects by regular users
Source:lib/public/SystemTag/ISystemTag.php#70
Returns:bool true if assignable, false otherwise
Since:9.0.0