Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2896082
ManiphestTaskSubpriorityTransaction.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
536 B
Referenced Files
None
Subscribers
None
ManiphestTaskSubpriorityTransaction.php
View Options
<?php
final
class
ManiphestTaskSubpriorityTransaction
extends
ManiphestTaskTransactionType
{
const
TRANSACTIONTYPE
=
'subpriority'
;
public
function
generateOldValue
(
$object
)
{
return
null
;
}
public
function
applyInternalEffects
(
$object
,
$value
)
{
// This transaction is obsolete, but we're keeping the class around so it
// is hidden from timelines until we destroy the actual transaction data.
throw
new
PhutilMethodNotImplementedException
(
)
;
}
public
function
shouldHide
(
)
{
return
true
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Jan 19 2025, 22:30 (6 w, 3 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1129426
Default Alt Text
ManiphestTaskSubpriorityTransaction.php (536 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment