* @version $Revision: 15513 $ * @abstract */ class IconsInterface_1_0 { /** * Get list of available iconpacks * * @return array object GalleryStatus a status code, * array of iconpack_id => localized_iconpack_name */ function getIconPacks() { return array(GalleryCoreApi::error(ERROR_UNIMPLEMENTED), null); } /** * Prepare icon system. * @param object GalleryTemplate $template * @return object GalleryStatus a status code */ function init(&$template) { return GalleryCoreApi::error(ERROR_UNIMPLEMENTED); } } ?>