. * */ function_exists('tubepress_load_classes') || require(dirname(__FILE__) . '/../../../tubepress_classloader.php'); tubepress_load_classes(array('org_tubepress_video_Video')); /** * Handles the parsing of the meta info below each video thumbnail * */ interface org_tubepress_thumbnail_ThumbnailService { public function getHtml($template, org_tubepress_video_Video $vid, $galleryId); }