MediaWiki  master
Taggable.php
Go to the documentation of this file.
1 <?php
25 namespace MediaWiki\ChangeTags;
26 
32 interface Taggable {
33 
40  public function addTags( $tags );
41 
42 }
Interface that defines how to tag objects.
Definition: Taggable.php:32
addTags( $tags)
Append tags to the tagged object.