@@ -121,6 +121,10 @@ |
||
| 121 | 121 | return $this; |
| 122 | 122 | } |
| 123 | 123 | |
| 124 | + /** |
|
| 125 | + * @param string $key |
|
| 126 | + * @param boolean $value |
|
| 127 | + */ |
|
| 124 | 128 | public function setConfigurationDefault($key, $value) |
| 125 | 129 | { |
| 126 | 130 | if (!array_key_exists($key, $this->configurationData)) { |
@@ -1,12 +1,7 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | namespace Consolidation\OutputFormatters\StructuredData; |
| 3 | 3 | |
| 4 | -use Consolidation\OutputFormatters\RestructureInterface; |
|
| 5 | 4 | use Consolidation\OutputFormatters\FormatterOptions; |
| 6 | -use Consolidation\OutputFormatters\StructuredData\ListDataInterface; |
|
| 7 | -use Consolidation\OutputFormatters\Transformations\PropertyParser; |
|
| 8 | -use Consolidation\OutputFormatters\Transformations\ReorderFields; |
|
| 9 | -use Consolidation\OutputFormatters\Transformations\TableTransformation; |
|
| 10 | 5 | |
| 11 | 6 | /** |
| 12 | 7 | * Holds an array where each element of the array is one |