Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F111900027
ManiphestTaskSubpriorityTransaction.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Mon, May 5, 21:44
Size
536 B
Mime Type
text/x-php
Expires
Wed, May 7, 21:44 (2 d)
Engine
blob
Format
Raw Data
Handle
25980561
Attached To
rPH Phabricator
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
;
}
}
Event Timeline
Log In to Comment