mediaIds = $media_ids; } /** * {@inheritdoc} */ public function render() { return [ 'command' => 'updateMediaLibrarySelection', 'mediaIds' => $this->mediaIds, ]; } }