command = $command; $this->data = $data; } /** * {@inheritdoc} */ public function render() { return array( 'command' => $this->command, 'data' => $this->data, ); } }