MediaWiki  1.33.0
MediaWiki\ChangeTags\Taggable Interface Reference

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

Inheritance diagram for MediaWiki\ChangeTags\Taggable:

Public Member Functions

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

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: