$html"; } protected function build_postbox(int $image_id): string { $html = parent::build_postbox($image_id); return "
$html
"; } }