Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F101824834
PhabricatorProjectColumnNaturalOrder.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
Fri, Feb 14, 02:41
Size
372 B
Mime Type
text/x-php
Expires
Sun, Feb 16, 02:41 (2 d)
Engine
blob
Format
Raw Data
Handle
24238252
Attached To
rPH Phabricator
PhabricatorProjectColumnNaturalOrder.php
View Options
<?php
final
class
PhabricatorProjectColumnNaturalOrder
extends
PhabricatorProjectColumnOrder
{
const
ORDERKEY
=
'natural'
;
public
function
getDisplayName
()
{
return
pht
(
'Natural'
);
}
public
function
getHasHeaders
()
{
return
false
;
}
public
function
getCanReorder
()
{
return
true
;
}
public
function
getMenuOrder
()
{
return
0
;
}
}
Event Timeline
Log In to Comment