MediaWiki
1.34.4
|
Value object representing a message parameter that consists of a list of values. More...
Public Member Functions | |
dump () | |
Dump the object for testing/debugging. More... | |
getType () | |
Get the type of the parameter. More... | |
getValue () | |
Get the input value of the parameter. More... | |
Protected Attributes | |
$type | |
$value | |
Value object representing a message parameter that consists of a list of values.
Message parameter classes are pure value objects and are safely newable.
Definition at line 10 of file MessageParam.php.
|
abstract |
Dump the object for testing/debugging.
Reimplemented in Wikimedia\Message\ListParam, and Wikimedia\Message\ScalarParam.
Wikimedia\Message\MessageParam::getType | ( | ) |
Get the type of the parameter.
Definition at line 19 of file MessageParam.php.
References Wikimedia\Message\MessageParam\$type.
Wikimedia\Message\MessageParam::getValue | ( | ) |
Get the input value of the parameter.
Definition at line 28 of file MessageParam.php.
References Wikimedia\Message\MessageParam\$value.
|
protected |
Definition at line 11 of file MessageParam.php.
Referenced by Wikimedia\Message\ScalarParam\__construct(), and Wikimedia\Message\MessageParam\getType().
|
protected |
Definition at line 12 of file MessageParam.php.
Referenced by Wikimedia\Message\ScalarParam\__construct(), and Wikimedia\Message\MessageParam\getValue().