Page MenuHomec4science

HeraldNotifyActionGroup.php
No OneTemporary

File Metadata

Created
Tue, Jan 7, 01:15

HeraldNotifyActionGroup.php

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

Event Timeline