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

Event Timeline