Represents a diff between two lexemes.
More...
Represents a diff between two lexemes.
- Since
- 1.0
- Copyright
- GPL-2.0-or-later
- Author
- Amir Sarabadani ladsg.nosp@m.roup.nosp@m.@gmai.nosp@m.l.co.nosp@m.m -file-suppress PhanPluginNeverReturnMethod
◆ __construct()
Wikibase\Lexeme\Domain\Diff\LexemeDiff::__construct |
( |
array | $operations = [] | ) |
|
◆ getFormsDiff()
Wikibase\Lexeme\Domain\Diff\LexemeDiff::getFormsDiff |
( |
| ) |
|
◆ getLanguageDiff()
Wikibase\Lexeme\Domain\Diff\LexemeDiff::getLanguageDiff |
( |
| ) |
|
Returns a Diff object with the language differences.
- Returns
- Diff
◆ getLemmasDiff()
Wikibase\Lexeme\Domain\Diff\LexemeDiff::getLemmasDiff |
( |
| ) |
|
Returns a Diff object with the lemma differences.
- Returns
- Diff
◆ getLexicalCategoryDiff()
Wikibase\Lexeme\Domain\Diff\LexemeDiff::getLexicalCategoryDiff |
( |
| ) |
|
Returns a Diff object with the lexical category differences.
- Returns
- Diff
◆ getNextFormIdDiff()
Wikibase\Lexeme\Domain\Diff\LexemeDiff::getNextFormIdDiff |
( |
| ) |
|
◆ getNextSenseIdDiff()
Wikibase\Lexeme\Domain\Diff\LexemeDiff::getNextSenseIdDiff |
( |
| ) |
|
◆ getSensesDiff()
Wikibase\Lexeme\Domain\Diff\LexemeDiff::getSensesDiff |
( |
| ) |
|
◆ isEmpty()
Wikibase\Lexeme\Domain\Diff\LexemeDiff::isEmpty |
( |
| ) |
|
Returns if there are any changes (equivalent to: any differences between the entities).
- Returns
- bool
◆ toArray()
Wikibase\Lexeme\Domain\Diff\LexemeDiff::toArray |
( |
?callable | $valueConverter = null | ) |
|
The documentation for this class was generated from the following file: