| 1 | <?php |
||
| 8 | trait MetadataFormatterTrait |
||
| 9 | { |
||
| 10 | /** |
||
| 11 | * @inheritdoc |
||
| 12 | */ |
||
| 13 | public function writeMetadata(OutputInterface $output, $structuredOutput, FormatterOptions $options) |
||
| 29 | |||
| 30 | /** |
||
| 31 | * Interpolates context values into the message placeholders. |
||
| 32 | * |
||
| 33 | * @author PHP Framework Interoperability Group |
||
| 34 | * |
||
| 35 | * @param string $message |
||
| 36 | * @param array $context |
||
| 37 | * |
||
| 38 | * @return string |
||
| 39 | */ |
||
| 40 | private function interpolate($message, array $context) |
||
| 53 | } |
||
| 54 |