MediaWiki master
Taggable.php
Go to the documentation of this file.
1<?php
7
15interface Taggable {
16
23 public function addTags( $tags );
24
25}
Interface that defines how to tag objects.
Definition Taggable.php:15
addTags( $tags)
Append tags to the tagged object.