MediaWiki master
MessageSpecifier.php
Go to the documentation of this file.
1<?php
7namespace Wikimedia\Message;
8
22 public function getKey(): string;
23
29 public function getParams(): array;
30}
31
35class_alias( MessageSpecifier::class, 'MessageSpecifier' );
getParams()
Returns the message parameters.
getKey()
Returns the message key.