MediaWiki master
MediaWiki\ChangeTags\Taggable Interface Reference

Interface that defines how to tag objects. More...

Inherited by ManualLogEntry, and RecentChange.

Public Member Functions

 addTags ( $tags)
 Append tags to the tagged object.
 

Detailed Description

Interface that defines how to tag objects.

Since
1.33

Definition at line 32 of file Taggable.php.

Member Function Documentation

◆ addTags()

MediaWiki\ChangeTags\Taggable::addTags ( $tags)

Append tags to the tagged object.

Since
1.33
Parameters
string | string[]$tagsTags to apply

Implemented in RecentChange, and ManualLogEntry.


The documentation for this interface was generated from the following file: