| 1 | <?php |
||
| 7 | class YamlOutputAdapter implements OutputAdapterInterface |
||
| 8 | { |
||
| 9 | /** |
||
| 10 | * @var string |
||
| 11 | */ |
||
| 12 | private $parameterKey; |
||
| 13 | |||
| 14 | 3 | public function __construct($parameterKey) |
|
| 19 | |||
| 20 | 1 | public static function getName() |
|
| 21 | { |
||
| 22 | 1 | return 'yaml'; |
|
| 23 | } |
||
| 24 | |||
| 25 | 2 | public function process($parameters, $fileName, $env, $date) |
|
| 29 | |||
| 30 | } |