- Copyright
- GPL-2.0-or-later
◆ __construct()
Wikibase\Repo\RestApi\Domain\ReadModel\Value::__construct |
( |
string | $valueType, |
|
|
?DataValue | $content = null ) |
◆ getContent()
Wikibase\Repo\RestApi\Domain\ReadModel\Value::getContent |
( |
| ) |
|
- Returns
- DataValue|null Guaranteed to be non-null if value type is "value", always null otherwise.
◆ getType()
Wikibase\Repo\RestApi\Domain\ReadModel\Value::getType |
( |
| ) |
|
◆ $content
DataValue Wikibase\Repo\RestApi\Domain\ReadModel\Value::$content |
|
private |
◆ $valueType
string Wikibase\Repo\RestApi\Domain\ReadModel\Value::$valueType |
|
private |
◆ TYPE_NO_VALUE
const Wikibase\Repo\RestApi\Domain\ReadModel\Value::TYPE_NO_VALUE = 'novalue' |
◆ TYPE_SOME_VALUE
const Wikibase\Repo\RestApi\Domain\ReadModel\Value::TYPE_SOME_VALUE = 'somevalue' |
◆ TYPE_VALUE
const Wikibase\Repo\RestApi\Domain\ReadModel\Value::TYPE_VALUE = 'value' |
The documentation for this class was generated from the following file: