getPhobjectClassConstant('ACTIONGROUPKEY'); } final public static function getAllActionGroups() { return id(new PhutilClassMapQuery()) ->setAncestorClass(__CLASS__) ->setUniqueMethod('getGroupKey') ->setSortMethod('getSortKey') ->execute(); } }