Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F456141
PhortuneAccountEmailRotateTransaction.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
514 B
Referenced Files
None
Subscribers
None
PhortuneAccountEmailRotateTransaction.php
View Options
<?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
Details
Attached
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)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment