Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F94016742
HeraldActionGroup.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
Tue, Dec 3, 06:54
Size
401 B
Mime Type
text/x-php
Expires
Thu, Dec 5, 06:54 (2 d)
Engine
blob
Format
Raw Data
Handle
22712040
Attached To
rPH Phabricator
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
();
}
}
Event Timeline
Log In to Comment