* @version $Revision: 15513 $ * @abstract */ class SlideshowInterface_1_0 { /** * Get parameters for jumping to slideshow display * * @param array $itemIds of GalleryDataItem ids * @return array(object GalleryStatus a status code, * array(parameter=>value) ) */ function getLinkData($itemIds) { return array(GalleryCoreApi::error(ERROR_UNIMPLEMENTED), null, null); } } ?>