Constructs an UpdateSelectionCommand object.
int[] $media_ids: An array of media IDs to add to the current selection.
public function __construct(array $media_ids) { $this->mediaIds = $media_ids; }