Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F105435963
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, Mar 17, 05:43
Size
386 B
Mime Type
text/x-php
Expires
Wed, Mar 19, 05:43 (2 d)
Engine
blob
Format
Raw Data
Handle
24978474
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