|
Wikibase
MediaWiki Wikibase extension
|
Inheritance diagram for Wikibase\Repo\Domains\Crud\Application\UseCases\PatchItemStatement\PatchItemStatementRequest:
Collaboration diagram for Wikibase\Repo\Domains\Crud\Application\UseCases\PatchItemStatement\PatchItemStatementRequest:Public Member Functions | |
| __construct (string $propertyId, string $statementId, array $patch, array $editTags, bool $isBot, ?string $comment, ?string $username) | |
| getItemId () | |
Public Member Functions inherited from Wikibase\Repo\Domains\Crud\Application\UseCases\PatchStatement\PatchStatementRequest | |
| __construct (string $statementId, array $patch, array $editTags, bool $isBot, ?string $comment, ?string $username) | |
| getStatementId () | |
| getPatch () | |
| getEditTags () | |
| isBot () | |
| getComment () | |
| getUsername () | |
Private Attributes | |
| string | $itemId |
| Wikibase\Repo\Domains\Crud\Application\UseCases\PatchItemStatement\PatchItemStatementRequest::__construct | ( | string | $propertyId, |
| string | $statementId, | ||
| array | $patch, | ||
| array | $editTags, | ||
| bool | $isBot, | ||
| ?string | $comment, | ||
| ?string | $username ) |
| Wikibase\Repo\Domains\Crud\Application\UseCases\PatchItemStatement\PatchItemStatementRequest::getItemId | ( | ) |
|
private |