MediaWiki master
Taggable.php
Go to the documentation of this file.
1<?php
20namespace MediaWiki\ChangeTags;
21
29interface Taggable {
30
37 public function addTags( $tags );
38
39}
Interface that defines how to tag objects.
Definition Taggable.php:29
addTags( $tags)
Append tags to the tagged object.