Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F476798
HeraldActionGroup.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
401 B
Referenced Files
None
Subscribers
None
HeraldActionGroup.php
View Options
<?php
abstract
class
HeraldActionGroup
extends
HeraldGroup
{
final
public
function
getGroupKey
()
{
return
$this
->
getPhobjectClassConstant
(
'ACTIONGROUPKEY'
);
}
final
public
static
function
getAllActionGroups
()
{
return
id
(
new
PhutilClassMapQuery
())
->
setAncestorClass
(
__CLASS__
)
->
setUniqueMethod
(
'getGroupKey'
)
->
setSortMethod
(
'getSortKey'
)
->
execute
();
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Wed, May 7, 5:15 AM (1 d, 19 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
86717
Default Alt Text
HeraldActionGroup.php (401 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment