Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F101649151
HeraldFieldGroup.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
Wed, Feb 12, 10:55
Size
398 B
Mime Type
text/x-php
Expires
Fri, Feb 14, 10:55 (2 d)
Engine
blob
Format
Raw Data
Handle
24207987
Attached To
rPH Phabricator
HeraldFieldGroup.php
View Options
<?php
abstract
class
HeraldFieldGroup
extends
HeraldGroup
{
final
public
function
getGroupKey
()
{
return
$this
->
getPhobjectClassConstant
(
'FIELDGROUPKEY'
);
}
final
public
static
function
getAllFieldGroups
()
{
return
id
(
new
PhutilClassMapQuery
())
->
setAncestorClass
(
__CLASS__
)
->
setUniqueMethod
(
'getGroupKey'
)
->
setSortMethod
(
'getSortKey'
)
->
execute
();
}
}
Event Timeline
Log In to Comment