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