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

Public Member Functions

 __construct (string $itemId, string $languageCode, string $label, array $editTags, bool $isBot, ?string $comment, ?string $username)
 
 getItemId ()
 
 getLanguageCode ()
 
 getLabel ()
 
 getEditTags ()
 
 isBot ()
 
 getComment ()
 
 getUsername ()
 

Private Attributes

string $itemId
 
string $languageCode
 
string $label
 
array $editTags
 
bool $isBot
 
string $comment
 
string $username
 

Detailed Description

Constructor & Destructor Documentation

◆ __construct()

Wikibase\Repo\RestApi\Application\UseCases\SetItemLabel\SetItemLabelRequest::__construct ( string $itemId,
string $languageCode,
string $label,
array $editTags,
bool $isBot,
?string $comment,
?string $username )

Member Function Documentation

◆ getComment()

Wikibase\Repo\RestApi\Application\UseCases\SetItemLabel\SetItemLabelRequest::getComment ( )

◆ getEditTags()

Wikibase\Repo\RestApi\Application\UseCases\SetItemLabel\SetItemLabelRequest::getEditTags ( )

◆ getItemId()

Wikibase\Repo\RestApi\Application\UseCases\SetItemLabel\SetItemLabelRequest::getItemId ( )

◆ getLabel()

Wikibase\Repo\RestApi\Application\UseCases\SetItemLabel\SetItemLabelRequest::getLabel ( )

◆ getLanguageCode()

Wikibase\Repo\RestApi\Application\UseCases\SetItemLabel\SetItemLabelRequest::getLanguageCode ( )

◆ getUsername()

Wikibase\Repo\RestApi\Application\UseCases\SetItemLabel\SetItemLabelRequest::getUsername ( )

◆ isBot()

Wikibase\Repo\RestApi\Application\UseCases\SetItemLabel\SetItemLabelRequest::isBot ( )

Member Data Documentation

◆ $comment

string Wikibase\Repo\RestApi\Application\UseCases\SetItemLabel\SetItemLabelRequest::$comment
private

◆ $editTags

array Wikibase\Repo\RestApi\Application\UseCases\SetItemLabel\SetItemLabelRequest::$editTags
private

◆ $isBot

bool Wikibase\Repo\RestApi\Application\UseCases\SetItemLabel\SetItemLabelRequest::$isBot
private

◆ $itemId

string Wikibase\Repo\RestApi\Application\UseCases\SetItemLabel\SetItemLabelRequest::$itemId
private

◆ $label

string Wikibase\Repo\RestApi\Application\UseCases\SetItemLabel\SetItemLabelRequest::$label
private

◆ $languageCode

string Wikibase\Repo\RestApi\Application\UseCases\SetItemLabel\SetItemLabelRequest::$languageCode
private

◆ $username

string Wikibase\Repo\RestApi\Application\UseCases\SetItemLabel\SetItemLabelRequest::$username
private

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