Page MenuHomePhorge

HeraldActionGroup.php
No OneTemporary

Size
401 B
Referenced Files
None
Subscribers
None

HeraldActionGroup.php

<?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

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)

Event Timeline