Page MenuHomePhorge

PhortuneAccountEmailRotateTransaction.php
No OneTemporary

Size
514 B
Referenced Files
None
Subscribers
None

PhortuneAccountEmailRotateTransaction.php

<?php
final class PhortuneAccountEmailRotateTransaction
extends PhortuneAccountEmailTransactionType {
const TRANSACTIONTYPE = 'rotate';
public function generateOldValue($object) {
return false;
}
public function applyInternalEffects($object, $value) {
$access_key = Filesystem::readRandomCharacters(16);
$object->setAccessKey($access_key);
}
public function getTitle() {
return pht(
'%s rotated the access key for this email address.',
$this->renderAuthor());
}
}

File Metadata

Mime Type
text/x-php
Expires
Mon, May 5, 7:38 AM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
70148
Default Alt Text
PhortuneAccountEmailRotateTransaction.php (514 B)

Event Timeline