Wikibase
MediaWiki Wikibase extension
Loading...
Searching...
No Matches
Wikibase\Repo\RestApi\Application\UseCases\PatchStatement\PatchStatementRequest Class Reference
+ Inheritance diagram for Wikibase\Repo\RestApi\Application\UseCases\PatchStatement\PatchStatementRequest:
+ Collaboration diagram for Wikibase\Repo\RestApi\Application\UseCases\PatchStatement\PatchStatementRequest:

Public Member Functions

 __construct (string $statementId, array $patch, array $editTags, bool $isBot, ?string $comment, ?string $username)
 
 getStatementId ()
 
 getPatch ()
 
 getEditTags ()
 
 isBot ()
 
 getComment ()
 
 getUsername ()
 

Private Attributes

string $statementId
 
array $patch
 
array $editTags
 
bool $isBot
 
string $comment
 
string $username
 

Detailed Description

Constructor & Destructor Documentation

◆ __construct()

Wikibase\Repo\RestApi\Application\UseCases\PatchStatement\PatchStatementRequest::__construct ( string $statementId,
array $patch,
array $editTags,
bool $isBot,
?string $comment,
?string $username )

Member Function Documentation

◆ getComment()

Wikibase\Repo\RestApi\Application\UseCases\PatchStatement\PatchStatementRequest::getComment ( )

◆ getEditTags()

Wikibase\Repo\RestApi\Application\UseCases\PatchStatement\PatchStatementRequest::getEditTags ( )

◆ getPatch()

Wikibase\Repo\RestApi\Application\UseCases\PatchStatement\PatchStatementRequest::getPatch ( )

◆ getStatementId()

Wikibase\Repo\RestApi\Application\UseCases\PatchStatement\PatchStatementRequest::getStatementId ( )

◆ getUsername()

Wikibase\Repo\RestApi\Application\UseCases\PatchStatement\PatchStatementRequest::getUsername ( )

◆ isBot()

Wikibase\Repo\RestApi\Application\UseCases\PatchStatement\PatchStatementRequest::isBot ( )

Member Data Documentation

◆ $comment

string Wikibase\Repo\RestApi\Application\UseCases\PatchStatement\PatchStatementRequest::$comment
private

◆ $editTags

array Wikibase\Repo\RestApi\Application\UseCases\PatchStatement\PatchStatementRequest::$editTags
private

◆ $isBot

bool Wikibase\Repo\RestApi\Application\UseCases\PatchStatement\PatchStatementRequest::$isBot
private

◆ $patch

array Wikibase\Repo\RestApi\Application\UseCases\PatchStatement\PatchStatementRequest::$patch
private

◆ $statementId

string Wikibase\Repo\RestApi\Application\UseCases\PatchStatement\PatchStatementRequest::$statementId
private

◆ $username

string Wikibase\Repo\RestApi\Application\UseCases\PatchStatement\PatchStatementRequest::$username
private

The documentation for this class was generated from the following file: