MediaWiki master
|
Value object representing a message parameter holding a single value. More...
Inherits Wikimedia\Message\MessageParam.
Public Member Functions | |
__construct ( $type, $value) | |
Construct a text parameter. | |
dump () | |
Dump the object for testing/debugging. | |
toJsonArray () | |
Public Member Functions inherited from Wikimedia\Message\MessageParam | |
getType () | |
Get the type of the parameter. | |
getValue () | |
Get the input value of the parameter. | |
Static Public Member Functions | |
static | newFromJsonArray (array $json) |
Additional Inherited Members | |
Protected Attributes inherited from Wikimedia\Message\MessageParam | |
string | $type |
mixed | $value |
Value object representing a message parameter holding a single value.
Message parameter classes are pure value objects and are safely newable.
Definition at line 16 of file ScalarParam.php.
Wikimedia\Message\ScalarParam::__construct | ( | $type, | |
$value ) |
Construct a text parameter.
string | $type | One of the ParamType constants. |
string | int | float | MessageSpecifier | Stringable | $value |
Definition at line 27 of file ScalarParam.php.
References Wikimedia\Message\MessageParam\$type, Wikimedia\Message\MessageParam\$value, Wikimedia\Message\ParamType\cases(), Wikimedia\Message\ParamType\LIST, Wikimedia\Message\MessageValue\newFromSpecifier(), and wfDeprecatedMsg().
Wikimedia\Message\ScalarParam::dump | ( | ) |
Dump the object for testing/debugging.
Reimplemented from Wikimedia\Message\MessageParam.
Definition at line 60 of file ScalarParam.php.
|
static |
Definition at line 77 of file ScalarParam.php.
Wikimedia\Message\ScalarParam::toJsonArray | ( | ) |
Definition at line 69 of file ScalarParam.php.