Page MenuHomec4science

HeraldPreventActionGroup.php
No OneTemporary

File Metadata

Created
Mon, Sep 30, 19:00

HeraldPreventActionGroup.php

<?php
final class HeraldPreventActionGroup extends HeraldActionGroup {
const ACTIONGROUPKEY = 'prevent';
public function getGroupLabel() {
return pht('Prevent');
}
protected function getGroupOrder() {
return 3000;
}
}

Event Timeline