Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93876381
HeraldGroup.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, 04:58
Size
279 B
Mime Type
text/x-php
Expires
Wed, Dec 4, 04:58 (2 d)
Engine
blob
Format
Raw Data
Handle
22715454
Attached To
rPH Phabricator
HeraldGroup.php
View Options
<?php
abstract
class
HeraldGroup
extends
Phobject
{
abstract
public
function
getGroupLabel
();
protected
function
getGroupOrder
()
{
return
1000
;
}
public
function
getSortKey
()
{
return
sprintf
(
'A%08d%s'
,
$this
->
getGroupOrder
(),
$this
->
getGroupLabel
());
}
}
Event Timeline
Log In to Comment