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

Public Member Functions

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

Private Attributes

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

Detailed Description

Constructor & Destructor Documentation

◆ __construct()

Wikibase\Repo\RestApi\Application\UseCases\SetPropertyLabel\SetPropertyLabelRequest::__construct ( string $propertyId,
string $languageCode,
string $label,
array $editTags,
bool $isBot,
?string $comment,
?string $username )

Member Function Documentation

◆ getComment()

Wikibase\Repo\RestApi\Application\UseCases\SetPropertyLabel\SetPropertyLabelRequest::getComment ( )

◆ getEditTags()

Wikibase\Repo\RestApi\Application\UseCases\SetPropertyLabel\SetPropertyLabelRequest::getEditTags ( )

◆ getLabel()

Wikibase\Repo\RestApi\Application\UseCases\SetPropertyLabel\SetPropertyLabelRequest::getLabel ( )

◆ getLanguageCode()

Wikibase\Repo\RestApi\Application\UseCases\SetPropertyLabel\SetPropertyLabelRequest::getLanguageCode ( )

◆ getPropertyId()

Wikibase\Repo\RestApi\Application\UseCases\SetPropertyLabel\SetPropertyLabelRequest::getPropertyId ( )

◆ getUsername()

Wikibase\Repo\RestApi\Application\UseCases\SetPropertyLabel\SetPropertyLabelRequest::getUsername ( )

◆ isBot()

Wikibase\Repo\RestApi\Application\UseCases\SetPropertyLabel\SetPropertyLabelRequest::isBot ( )

Member Data Documentation

◆ $comment

string Wikibase\Repo\RestApi\Application\UseCases\SetPropertyLabel\SetPropertyLabelRequest::$comment
private

◆ $editTags

array Wikibase\Repo\RestApi\Application\UseCases\SetPropertyLabel\SetPropertyLabelRequest::$editTags
private

◆ $isBot

bool Wikibase\Repo\RestApi\Application\UseCases\SetPropertyLabel\SetPropertyLabelRequest::$isBot
private

◆ $label

string Wikibase\Repo\RestApi\Application\UseCases\SetPropertyLabel\SetPropertyLabelRequest::$label
private

◆ $languageCode

string Wikibase\Repo\RestApi\Application\UseCases\SetPropertyLabel\SetPropertyLabelRequest::$languageCode
private

◆ $propertyId

string Wikibase\Repo\RestApi\Application\UseCases\SetPropertyLabel\SetPropertyLabelRequest::$propertyId
private

◆ $username

string Wikibase\Repo\RestApi\Application\UseCases\SetPropertyLabel\SetPropertyLabelRequest::$username
private

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