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

Public Member Functions

 __construct (string $itemId, array $statement, array $editTags, bool $isBot, ?string $comment, ?string $username)
 
 getStatement ()
 
 getEditTags ()
 
 isBot ()
 
 getItemId ()
 
 getComment ()
 
 getUsername ()
 

Private Attributes

string $itemId
 
array $statement
 
array $editTags
 
bool $isBot
 
string $comment
 
string $username
 

Detailed Description

Constructor & Destructor Documentation

◆ __construct()

Wikibase\Repo\RestApi\Application\UseCases\AddItemStatement\AddItemStatementRequest::__construct ( string $itemId,
array $statement,
array $editTags,
bool $isBot,
?string $comment,
?string $username )

Member Function Documentation

◆ getComment()

Wikibase\Repo\RestApi\Application\UseCases\AddItemStatement\AddItemStatementRequest::getComment ( )

◆ getEditTags()

Wikibase\Repo\RestApi\Application\UseCases\AddItemStatement\AddItemStatementRequest::getEditTags ( )

◆ getItemId()

Wikibase\Repo\RestApi\Application\UseCases\AddItemStatement\AddItemStatementRequest::getItemId ( )

◆ getStatement()

Wikibase\Repo\RestApi\Application\UseCases\AddItemStatement\AddItemStatementRequest::getStatement ( )

◆ getUsername()

Wikibase\Repo\RestApi\Application\UseCases\AddItemStatement\AddItemStatementRequest::getUsername ( )

◆ isBot()

Wikibase\Repo\RestApi\Application\UseCases\AddItemStatement\AddItemStatementRequest::isBot ( )

Member Data Documentation

◆ $comment

string Wikibase\Repo\RestApi\Application\UseCases\AddItemStatement\AddItemStatementRequest::$comment
private

◆ $editTags

array Wikibase\Repo\RestApi\Application\UseCases\AddItemStatement\AddItemStatementRequest::$editTags
private

◆ $isBot

bool Wikibase\Repo\RestApi\Application\UseCases\AddItemStatement\AddItemStatementRequest::$isBot
private

◆ $itemId

string Wikibase\Repo\RestApi\Application\UseCases\AddItemStatement\AddItemStatementRequest::$itemId
private

◆ $statement

array Wikibase\Repo\RestApi\Application\UseCases\AddItemStatement\AddItemStatementRequest::$statement
private

◆ $username

string Wikibase\Repo\RestApi\Application\UseCases\AddItemStatement\AddItemStatementRequest::$username
private

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