Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93860088
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, Dec 2, 02:03
Size
386 B
Mime Type
text/x-php
Expires
Wed, Dec 4, 02:03 (1 d, 21 h)
Engine
blob
Format
Raw Data
Handle
22715643
Attached To
rPH Phabricator
ManiphestTaskSubpriorityTransaction.php
View Options
<?php
final
class
ManiphestTaskSubpriorityTransaction
extends
ManiphestTaskTransactionType
{
const
TRANSACTIONTYPE
=
'subpriority'
;
public
function
generateOldValue
(
$object
)
{
return
$object
->
getSubpriority
();
}
public
function
applyInternalEffects
(
$object
,
$value
)
{
$object
->
setSubpriority
(
$value
);
}
public
function
shouldHide
()
{
return
true
;
}
}
Event Timeline
Log In to Comment