Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F1199506
ManiphestTaskSubpriorityTransaction.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
386 B
Referenced Files
None
Subscribers
None
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
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Wed, Jul 2, 9:47 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
261450
Default Alt Text
ManiphestTaskSubpriorityTransaction.php (386 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment