*/ /** * This is a null view that we use to indicate to the theme that it should * render a progress bar. * * @package GalleryCore * @subpackage UserInterface */ class ProgressBarView extends GalleryView { /** * @see GalleryView::getViewType() */ function getViewType() { return VIEW_TYPE_PROGRESS_BAR; } } ?>