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