subtrees = $subtrees; } /** * {@inheritdoc} */ public function render() { return [ 'command' => 'setToolbarSubtrees', 'subtrees' => array_map('strval', $this->subtrees), ]; } }