| 1 | <?php |
||
| 12 | class RootNode extends OutputNode |
||
| 13 | { |
||
| 14 | use DuplicateTrait; |
||
| 15 | |||
| 16 | /** |
||
| 17 | * @param array $columns |
||
| 18 | * @param string $primaryKey |
||
| 19 | */ |
||
| 20 | public function __construct(array $columns = [], string $primaryKey) |
||
| 25 | |||
| 26 | /** |
||
| 27 | * {@inheritdoc} |
||
| 28 | */ |
||
| 29 | protected function pushData(array &$data) |
||
| 33 | } |