Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F546554
PhabricatorApplicationTransactionJSONDiffDetailView.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
435 B
Referenced Files
None
Subscribers
None
PhabricatorApplicationTransactionJSONDiffDetailView.php
View Options
<?php
final
class
PhabricatorApplicationTransactionJSONDiffDetailView
extends
PhabricatorApplicationTransactionDetailView
{
public
function
setNew
(
$new_object
)
{
$json
=
new
PhutilJSON
();
$this
->
setNewText
(
$json
->
encodeFormatted
(
$new_object
));
return
$this
;
}
public
function
setOld
(
$old_object
)
{
$json
=
new
PhutilJSON
();
$this
->
setOldText
(
$json
->
encodeFormatted
(
$old_object
));
return
$this
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, May 12, 1:17 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
121543
Default Alt Text
PhabricatorApplicationTransactionJSONDiffDetailView.php (435 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment