| 1 | <?php |
||
| 9 | class ExecutionInfoFormatter extends AggregateFormatterAware |
||
| 10 | { |
||
| 11 | const ONE_MILLION = 1000000; |
||
| 12 | |||
| 13 | /** |
||
| 14 | * {@inheritdoc} |
||
| 15 | */ |
||
| 16 | public function format($target) |
||
| 31 | |||
| 32 | public function formatTime(array &$info) |
||
| 36 | |||
| 37 | /** |
||
| 38 | * {@inheritdoc} |
||
| 39 | */ |
||
| 40 | public function canFormat($target) |
||
| 44 | } |