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

Public Member Functions

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

Private Attributes

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

Detailed Description

Constructor & Destructor Documentation

◆ __construct()

Wikibase\Repo\RestApi\Application\UseCases\PatchPropertyAliases\PatchPropertyAliasesRequest::__construct ( string $propertyId,
array $patch,
array $editTags,
bool $isBot,
?string $comment,
?string $username )

Member Function Documentation

◆ getComment()

Wikibase\Repo\RestApi\Application\UseCases\PatchPropertyAliases\PatchPropertyAliasesRequest::getComment ( )

◆ getEditTags()

Wikibase\Repo\RestApi\Application\UseCases\PatchPropertyAliases\PatchPropertyAliasesRequest::getEditTags ( )

◆ getPatch()

Wikibase\Repo\RestApi\Application\UseCases\PatchPropertyAliases\PatchPropertyAliasesRequest::getPatch ( )

◆ getPropertyId()

Wikibase\Repo\RestApi\Application\UseCases\PatchPropertyAliases\PatchPropertyAliasesRequest::getPropertyId ( )

◆ getUsername()

Wikibase\Repo\RestApi\Application\UseCases\PatchPropertyAliases\PatchPropertyAliasesRequest::getUsername ( )

◆ isBot()

Wikibase\Repo\RestApi\Application\UseCases\PatchPropertyAliases\PatchPropertyAliasesRequest::isBot ( )

Member Data Documentation

◆ $comment

string Wikibase\Repo\RestApi\Application\UseCases\PatchPropertyAliases\PatchPropertyAliasesRequest::$comment
private

◆ $editTags

array Wikibase\Repo\RestApi\Application\UseCases\PatchPropertyAliases\PatchPropertyAliasesRequest::$editTags
private

◆ $isBot

bool Wikibase\Repo\RestApi\Application\UseCases\PatchPropertyAliases\PatchPropertyAliasesRequest::$isBot
private

◆ $patch

array Wikibase\Repo\RestApi\Application\UseCases\PatchPropertyAliases\PatchPropertyAliasesRequest::$patch
private

◆ $propertyId

string Wikibase\Repo\RestApi\Application\UseCases\PatchPropertyAliases\PatchPropertyAliasesRequest::$propertyId
private

◆ $username

string Wikibase\Repo\RestApi\Application\UseCases\PatchPropertyAliases\PatchPropertyAliasesRequest::$username
private

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