Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2890412
PhortuneMerchantInvoiceFooterTransaction.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
1 KB
Referenced Files
None
Subscribers
None
PhortuneMerchantInvoiceFooterTransaction.php
View Options
<?php
final
class
PhortuneMerchantInvoiceFooterTransaction
extends
PhortuneMerchantTransactionType
{
const
TRANSACTIONTYPE
=
'merchant:invoicefooter'
;
public
function
generateOldValue
(
$object
)
{
return
$object
->
getInvoiceFooter
(
)
;
}
public
function
applyInternalEffects
(
$object
,
$value
)
{
$object
->
setInvoiceFooter
(
$value
)
;
}
public
function
getTitle
(
)
{
return
pht
(
'%s updated the merchant invoice footer.'
,
$this
->
renderAuthor
(
)
)
;
}
public
function
getTitleForFeed
(
)
{
return
pht
(
'%s updated the merchant invoice footer for %s.'
,
$this
->
renderAuthor
(
)
,
$this
->
renderObject
(
)
)
;
}
public
function
hasChangeDetailView
(
)
{
return
true
;
}
public
function
getMailDiffSectionHeader
(
)
{
return
pht
(
'CHANGES TO MERCHANT INVOICE FOOTER'
)
;
}
public
function
newChangeDetailView
(
)
{
$viewer
=
$this
->
getViewer
(
)
;
return
id
(
new
PhabricatorApplicationTransactionTextDiffDetailView
(
)
)
->
setViewer
(
$viewer
)
->
setOldText
(
$this
->
getOldValue
(
)
)
->
setNewText
(
$this
->
getNewValue
(
)
)
;
}
public
function
newRemarkupChanges
(
)
{
$changes
=
array
(
)
;
$changes
[
]
=
$this
->
newRemarkupChange
(
)
->
setOldValue
(
$this
->
getOldValue
(
)
)
->
setNewValue
(
$this
->
getNewValue
(
)
)
;
return
$changes
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sun, Jan 19, 13:32 (3 w, 3 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1125094
Default Alt Text
PhortuneMerchantInvoiceFooterTransaction.php (1 KB)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment