Page MenuHomec4science

HeraldNotifyActionGroup.php
No OneTemporary

File Metadata

Created
Fri, Nov 1, 22:25

HeraldNotifyActionGroup.php

<?php
final class HeraldNotifyActionGroup extends HeraldActionGroup {
const ACTIONGROUPKEY = 'notify';
public function getGroupLabel() {
return pht('Notify');
}
protected function getGroupOrder() {
return 2000;
}
}

Event Timeline