Value object for stashed translation which you can construct. More...
Public Member Functions | |
__construct (User $user, Title $title, $value, array $metadata=null) | |
getUser () | |
getTitle () | |
getValue () | |
getMetadata () | |
Protected Attributes | |
$user | |
$title | |
$value | |
$metadata |
Value object for stashed translation which you can construct.
Definition at line 14 of file StashedTranslation.php.
StashedTranslation::__construct | ( | User $ | user, | |
Title $ | title, | |||
$ | value, | |||
array $ | metadata = null | |||
) |
Definition at line 20 of file StashedTranslation.php.
StashedTranslation::getMetadata | ( | ) |
Definition at line 43 of file StashedTranslation.php.
Referenced by TranslationStashStorage::addTranslation(), and ApiTranslationStash::formatTranslation().
StashedTranslation::getTitle | ( | ) |
Definition at line 33 of file StashedTranslation.php.
Referenced by TranslationStashStorage::addTranslation(), and ApiTranslationStash::formatTranslation().
StashedTranslation::getUser | ( | ) |
Definition at line 28 of file StashedTranslation.php.
Referenced by TranslationStashStorage::addTranslation().
StashedTranslation::getValue | ( | ) |
Definition at line 38 of file StashedTranslation.php.
Referenced by TranslationStashStorage::addTranslation(), and ApiTranslationStash::formatTranslation().
StashedTranslation::$metadata [protected] |
Definition at line 18 of file StashedTranslation.php.
Referenced by __construct().
StashedTranslation::$title [protected] |
Definition at line 16 of file StashedTranslation.php.
StashedTranslation::$user [protected] |
Definition at line 15 of file StashedTranslation.php.
StashedTranslation::$value [protected] |
Definition at line 17 of file StashedTranslation.php.
Referenced by __construct().