Page MenuHomePhorge

HeraldActionGroup.php
No OneTemporary

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
Mon, Jun 9, 06:39 (1 d, 5 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1764151
Default Alt Text
HeraldActionGroup.php (401 B)

Event Timeline