Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2892687
HeraldActionGroup.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
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
Sun, Jan 19, 17:11 (1 w, 5 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1126833
Default Alt Text
HeraldActionGroup.php (401 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment