| 1 | <?php |
||
| 29 | class GroupFormatter implements IFormatter { |
||
| 30 | |||
| 31 | protected $groupManager; |
||
| 32 | 3 | public function __construct(Manager $groupManager) { |
|
| 35 | |||
| 36 | /** |
||
| 37 | * @param IEvent $event |
||
| 38 | * @param string $parameter The parameter to be formatted |
||
| 39 | * @return string The formatted parameter |
||
| 40 | */ |
||
| 41 | 2 | public function format(IEvent $event, $parameter) { |
|
| 46 | } |
||
| 47 |